name property Null safety
final
The name of the underlying column in table.
If this value is not set, the name defaults to the name of the model attribute using snake_case naming convention.
Implementation
final String? name;
The name of the underlying column in table.
If this value is not set, the name defaults to the name of the model attribute using snake_case naming convention.
final String? name;