name property Null safety

String? name
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;