props property

  1. @override
List<Object?> props

Returns a list of properties that can be used to compare instances of this class.

Implementation

@override
List<Object?> get props => [
      categories,
    ];