TetherModelInput<T extends TetherModelInput<T, M>, M> class abstract

Generic base class for all input classes used for insert, update, and upsert operations.

T is the concrete input class type (e.g., BookInput) M is the corresponding model class type (e.g., BookModel)

Implemented types

Constructors

TetherModelInput.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith() → T
Creates a copy of this input with modified fields.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this input to a JSON map for Supabase API.
inherited
toSqliteMap() Map<String, dynamic>
Converts this input to a map suitable for SQLite operations.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited