fieldName property

  1. @nonVirtual
  2. @JsonKey(name: 'fieldname')
String? fieldName
getter/setter pair

The name of the field which is the field's identifier

Implementation

@nonVirtual
@JsonKey(name: 'fieldname')
String? fieldName;