name property

String? name
final

The key to use in the JSON map when reading and writing values for the annotated field.

If null, the field name will be used as the key.

Implementation

final String? name;