menu
flutter_local_database package
documentation
database.dart
LocalDatabase
base property
base property
dark_mode
light_mode
base
property
Map
<
String
,
Object
?
>
base
getter/setter pair
The base map representing the entire local database.
Implementation
Map<String, Object?> base = {};
flutter_local_database package
documentation
database
LocalDatabase
base property
LocalDatabase class