tableName property
String
get
tableName
The name of the table.
This is the name of E
in snake_case
.
Implementation
String get tableName => (E).toString().toSnakeCase();
The name of the table.
This is the name of E
in snake_case
.
String get tableName => (E).toString().toSnakeCase();