jsonAnnotations property
Returns the JsonAnnotation of this field.
See JsonField and JsonFieldAlias.
Implementation
@override
List<JsonAnnotation> get jsonAnnotations =>
_annotations.whereType<JsonAnnotation>().toList();
Returns the JsonAnnotation of this field.
See JsonField and JsonFieldAlias.
@override
List<JsonAnnotation> get jsonAnnotations =>
_annotations.whereType<JsonAnnotation>().toList();