single method
Retrieve one row of data
Retrieves only one row from the result. Result must be one row (e.g. using limit), otherwise this will result in an error.
Implementation
SupaSingleModifier<B, R> single() => const SupaSingleModifier(null);
Retrieves only one row from the result. Result must be one row (e.g. using limit), otherwise this will result in an error.
SupaSingleModifier<B, R> single() => const SupaSingleModifier(null);