annotationsSorted property
Implementation
@JsonKey(includeToJson: false, includeFromJson: false)
List<Annotation> get annotationsSorted =>
annotations.sorted((a, b) => a.value.compareTo(b.value));
@JsonKey(includeToJson: false, includeFromJson: false)
List<Annotation> get annotationsSorted =>
annotations.sorted((a, b) => a.value.compareTo(b.value));