SupaAllModifier<B extends SupaCore, R extends SupaRecord<B> > constructor
- @internal
A modifier that does not modify the query but returns all possible records.
This is required in order to refer T
.
Implementation
@internal
const SupaAllModifier() : super(null);