menu
khadem package
documentation
database/orm.dart
UuidPrimaryKey<T>
all method
all method
dark_mode
light_mode
all
method
Future
<
List
<
T
>
>
all
(
)
inherited
Get all models.
Implementation
Future<List<T>> all() async { return query.get(); }
khadem package
documentation
database/orm
UuidPrimaryKey<T>
all method
UuidPrimaryKey mixin