compare property

bool? compare
final

Whether the field is compared and hashed. Defaults to null which means BuiltValue.defaultCompare is used.

Set to false to ignore the field when calculating hashCode and when comparing with operator==.

Implementation

final bool? compare;