SupaInsert<B extends SupaCore> class
Represents an insert operation on a Supabase table.
Constructors
- SupaInsert()
-
Represents an insert operation on a Supabase table.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → Map< String, dynamic> - Converts the insert operation to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited