TableSyncGroupState constructor
const
TableSyncGroupState({})
Implementation
const TableSyncGroupState({
this.syncing = false,
this.hasError = false,
this.errorMessage = '',
this.lastRun,
this.autoSyncEnabled = true,
});