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