TableSyncState constructor

const TableSyncState({
  1. Map<String, TableSyncGroupState> groups = const {},
  2. bool syncingAll = false,
})

Implementation

const TableSyncState({
  this.groups = const {},
  this.syncingAll = false,
});