props property

List<Object> props

The List of props (properties) which will be used to determine whether two Equatables are equal.

Implementation

@override
List<Object> get props => [
      from,
      to,
      amount,
      at,
      meta,
      status,
    ];