fieldRename property

FieldRename? fieldRename
final

Defines the automatic naming strategy when converting class field names into attribute names or element names.

With a value FieldRename.none (the default), the name of the field is used without modification.

See FieldRename for details on the other options.

The value for XmlAttribute.name or XmlElement.name takes precedence over this option.

Implementation

final FieldRename? fieldRename;