menu
cloud_syncable package
documentation
sqlite/sqlite_local_repository.dart
SqliteLocalRepository<T extends CloudSyncable>
tableName property
tableName property
dark_mode
light_mode
tableName
property
String
tableName
final
The name of the table in the SQLite database where the entities are stored.
Implementation
final String tableName;
cloud_syncable package
documentation
sqlite/sqlite_local_repository
SqliteLocalRepository<T extends CloudSyncable>
tableName property
SqliteLocalRepository class