TableDataImpl<T> class

Inheritance

Constructors

TableDataImpl(String tableName, T fromJsonFunction(Map<String, dynamic> json))

Properties

fromJsonFunction → T Function(Map<String, dynamic> json)
final
hashCode int
The hash code for this object.
no setterinherited
hasUserId bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
getter/setter pairinherited

Methods

fromJson(Map<String, dynamic> json) → T
override
getEntries(SupaDatabaseManager databaseRepository) Future<List<T>>
getEntry(SupaDatabaseManager databaseRepository, int id) Future<T?>
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