TableSyncGroup constructor
const
TableSyncGroup({})
Implementation
const TableSyncGroup({
this.title,
required this.tables,
this.serviceID,
this.every = const Duration(minutes: 1),
this.autoSync = true,
this.syncOnStart = false,
});