name property Null safety
final
The name to be used when serializing this field.
If this value is not set, the name defaults to Column.name.
Implementation
final String? name;
The name to be used when serializing this field.
If this value is not set, the name defaults to Column.name.
final String? name;