comparator property

  1. @JsonKey(unknownEnumValue: AgeComparator.unknown)
AgeComparator? comparator
inherited

comparator How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

Implementation

@JsonKey(unknownEnumValue: AgeComparator.unknown)
AgeComparator? get comparator => throw _privateConstructorUsedError;