jsonFieldAliasAnnotations property
Returns the JsonFieldAlias of this field.
Implementation
@override
List<JsonFieldAlias> get jsonFieldAliasAnnotations =>
jsonAnnotations.whereType<JsonFieldAlias>().toList();
Returns the JsonFieldAlias of this field.
@override
List<JsonFieldAlias> get jsonFieldAliasAnnotations =>
jsonAnnotations.whereType<JsonFieldAlias>().toList();