ClientManager<TModel extends TetherModel<TModel>> class

Constructors

ClientManager({required String tableName, required String localTableName, required SqliteDatabase localDb, required SupabaseClient client, required Map<String, SupabaseTableInfo> tableSchemas, required FromJsonFactory<TModel> fromJsonFactory, required FromSqliteFactory<TModel> fromSqliteFactory})

Properties

client → SupabaseClient
final
fromJsonFactory → FromJsonFactory<TModel>
final
fromSqliteFactory → FromSqliteFactory<TModel>
final
hashCode → int
The hash code for this object.
no setterinherited
localDb → SqliteDatabase
final
localTableName → String
final
query → ClientManagerQueryBuilder<TModel>
no setter
realtime → RealtimeManager<TModel>
no setter
rpc → RpcManager<TModel>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
supabase → SupabaseQueryBuilder
final
tableName → String
final
tableSchemas → Map<String, SupabaseTableInfo>
final

Methods

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