SupaCSVModifier<B extends SupaCore, R extends SupaRecord<B> > class
Retrieve as a CSV
Retrieves the response as a CSV string.
- Inheritance
-
- Object
- SupaModifier<
B, R, R, PostgrestTransformBuilder< String> , PostgrestTransformBuilder> - SupaCSVModifier
Constructors
-
SupaCSVModifier(SupaModifier<
B, R, dynamic, PostgrestTransformBuilder, PostgrestBuilder> ? previousModifier) -
Retrieve as a CSV
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
previousModifier
→ SupaModifier<
B, R, dynamic, PostgrestTransformBuilder, PostgrestBuilder> ? -
The modifier that was applied before this one.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
PostgrestTransformBuilder builder) → PostgrestTransformBuilder< String> -
Cascades the Supabase modifier onto the provided
builder
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited