TableSyncState constructor
const
TableSyncState({
- Map<
String, TableSyncGroupState> groups = const {}, - bool syncingAll = false,
Implementation
const TableSyncState({
this.groups = const {},
this.syncingAll = false,
});