menu
archery
archery/core/orm/model/model.dart
Model
getTableName<
T
> static method
getTableName
dark_mode
light_mode
getTableName<
T
>
static method
String
getTableName
<
T
>(
)
Implementation
static String getTableName<T>() { return "${getTableSingularName<T>()}s"; }
archery
model
Model
getTableName<
T
> static method
Model class