TableSyncConfig.fromGroups constructor

TableSyncConfig.fromGroups({
  1. String? defaultServiceID,
  2. required Map<String, TableSyncGroup> groups,
})

Implementation

TableSyncConfig.fromGroups({
  this.defaultServiceID,
  required this.groups,
});