menu
tecs package
documentation
world.dart
World
query method
query method
dark_mode
light_mode
query
method
Query
query
(
Iterable
<
Type
>
types
)
Implementation
Query query(Iterable<Type> types) => Query(rows: queryRaw(types).map((e) => QueryRow(e)));
tecs package
documentation
world
World
query method
World class