jsonFieldAnnotations property

List<JsonField> jsonFieldAnnotations

Returns the JsonField of this field.

Implementation

List<JsonField> get jsonFieldAnnotations =>
    _annotations.whereType<JsonField>().toList();