name property

  1. @override
String? name
final

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;