name property
The key name to use when reading and writing values corresponding to the annotated field.
Associations should not be annotated with name
.
If null
, the snake case value of the field is used.
Implementation
@override
final String? name;