all method
A modifier that does not modify the query but returns all possible records.
This is required in order to refer T
.
Implementation
SupaAllModifier<B, R> all() => const SupaAllModifier();
A modifier that does not modify the query but returns all possible records.
This is required in order to refer T
.
SupaAllModifier<B, R> all() => const SupaAllModifier();