TJsonDatabase<T> class
abstract
Constructors
- TJsonDatabase({required String root})
Properties
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