props property

  1. @override
List<Object?> get props

Defines the strict list of target properties used by the Equatable structure mixin for entity validation.

Implementation

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