jsonName property

String jsonName

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

Implementation

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