TDatabase<T> class abstract

Constructors

TDatabase({required DataIO io, required TConverter converter, required String databasePath})

Properties

converter TConverter
final
databasePath String
final
hashCode int
The hash code for this object.
no setterinherited
io DataIO
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(T value) Future<void>
addListener(TDatabaseListener listener) → void
delete(T value) Future<void>
getAll() Future<List<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() → void
removeListener(TDatabaseListener listener) → void
toString() String
A string representation of this object.
inherited
update(T value) Future<void>

Operators

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