tableName property Null safety
The name of the table to store this item in
Implementation
get tableName => runtimeType.toString().toPluralForm();
The name of the table to store this item in
get tableName => runtimeType.toString().toPluralForm();