TJsonDatabase<T> class abstract

Constructors

TJsonDatabase({required String path})

Properties

hashCode int
The hash code for this object.
no setterinherited
io DataIO
final
path String
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(int index) Future<void>
fromMap(Map<String, dynamic> map) → T
getAll() Future<List<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() → void
removeListener(TDatabaseListener listener) → void
save(List<T> list, {bool isPretty = true}) Future<void>
toMap(T value) Map<String, dynamic>
toString() String
A string representation of this object.
inherited
update(int index, T value) Future<void>

Operators

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