menu
archery package
documentation
archery/core/orm/sqlite_model.dart
SQLiteModel
all<T extends Model> static method
all<T extends Model> static method
dark_mode
light_mode
all<
T extends Model
>
static method
Future
<
List
<
T
>
>
all
<
T extends Model
>(
)
Alias for
index<T>()
.
Implementation
static Future<List<T>> all<T extends Model>() async => index<T>();
archery package
documentation
archery/core/orm/sqlite_model
SQLiteModel
all<T extends Model> static method
SQLiteModel class