autoInclude property

  1. @override
  2. @JsonKey.new(defaultValue: false)
bool autoInclude
final

Whether to automatically include all classes that extend Equatable or use EquatableMixin.

Implementation

@override
@JsonKey(defaultValue: false)
final bool autoInclude;