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