menu
bones_api package
documentation
bones_api.dart
DBObjectMemoryAdapter
tablesVersions property
tablesVersions property
dark_mode
light_mode
tablesVersions
property
Map
<
String
,
int
>
get
tablesVersions
Implementation
Map<String, int> get tablesVersions => _tables.map((key, value) => MapEntry(key, value.version));
bones_api package
documentation
bones_api
DBObjectMemoryAdapter
tablesVersions property
DBObjectMemoryAdapter class