includeGetters property

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

Whether to include getters in the props list.

Implementation

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