name property Null safety

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