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;
Returns the JsonFieldAlias alias name or the declared name of this field/parameter.
String get jsonName => jsonFieldAliasAnnotations.alias ?? name;