SupaSingleModifier<B extends SupaCore, R extends SupaRecord<B> > constructor
- @internal
- SupaModifier<
B, R, dynamic, PostgrestTransformBuilder< ? previousModifierList< , PostgrestBuilder>Map< >String, dynamic> >
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
@internal
const SupaSingleModifier(super.previousModifier);