maximumAnnotation property
- @override
- @JsonKey(includeToJson: false, includeFromJson: false)
String
get
maximumAnnotation
override
Implementation
@override
@JsonKey(includeToJson: false, includeFromJson: false)
String get maximumAnnotation =>
maxAnnotation?.annotation ?? maximum.toString();
set
maximumAnnotation
(String newLabel)
override
Implementation
@override
set maximumAnnotation(String newLabel) {
_setAnnotationLabel(
newLabel: newLabel,
atSortedIndex: annotations.length - 1,
atValue: maximum,
);
}