props property

  1. @JsonKey(includeToJson: false)
List<Object?> props

The type's equatable properties.

Implementation

@JsonKey(
  includeToJson: false,
) // Workaround for https://github.com/google/json_serializable.dart/issues/1102
List<Object?> get props;