name property Null safety
final
The name of the underlying database table.
If this value is not set, the name defaults to the name of the table definition class using snake_case naming convention without the prefix '_' underscore.
Implementation
final String? name;