props property

List<Object> props

The list of properies that will be used to determine whether two instances are equal.

Implementation

@override
List<Object> get props => [
      label,
      currency,
      type,
    ];