jsonName property

String get jsonName

Returns the JsonFieldAlias alias name or the declared name of this field/parameter.

Implementation

String get jsonName => jsonFieldAliasAnnotations.alias ?? name;