none method
A modifier that does not modify the query. Used for when no data needs to be retrieved.
This is required in order to refer T
.
Implementation
SupaNoneModifier<B, R> none() => const SupaNoneModifier();
A modifier that does not modify the query. Used for when no data needs to be retrieved.
This is required in order to refer T
.
SupaNoneModifier<B, R> none() => const SupaNoneModifier();