name property
The key in a JSON map to use when reading and writing values corresponding to the annotated fields.
If null
, the field name is used.
Implementation
final String? name;
The key in a JSON map to use when reading and writing values corresponding to the annotated fields.
If null
, the field name is used.
final String? name;