defaultCompare property

bool defaultCompare
final

The default for BuiltValueField.compare. Set to false if you want to ignore most fields when comparing, then mark the ones you do want to compare on with @BuiltValueField(compare: true).

Implementation

final bool defaultCompare;