maybeSingle method
Retrieve zero or one row of data
Retrieves only one row from the result if there is one.
Implementation
SupaMaybeSingleModifier<B, R> maybeSingle() =>
const SupaMaybeSingleModifier(null);
Retrieves only one row from the result if there is one.
SupaMaybeSingleModifier<B, R> maybeSingle() =>
const SupaMaybeSingleModifier(null);