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 => [
      passRomaji,
      passKanji,
      upcaseKatakana,
      romanization,
    ];