name property

  1. @override
String? name
final

The column name to use when reading and writing values corresponding to the annotated fields.

Associations will not respect name.

If null, the snake case value of the field is used.

Implementation

@override
final String? name;