TJsonDatabase<T> class abstract

Inheritance

Constructors

TJsonDatabase({required String root})

Properties

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

Methods

add(T value) Future<void>
override
addListener(TDatabaseListener listener) → void
inherited
delete(String id) Future<void>
inherited
fromMap(Map<String, dynamic> map) → T
getAll({Map<String, dynamic>? query = const {}}) Future<List<T>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(TDatabaseListenerTypes type, String? id) → void
inherited
removeListener(TDatabaseListener listener) → void
inherited
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(String id, T value) Future<void>
inherited

Operators

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