ConfigManagementSyncState constructor

ConfigManagementSyncState({
  1. String? code,
  2. List<ConfigManagementSyncError>? errors,
  3. String? importToken,
  4. String? lastSync,
  5. String? lastSyncTime,
  6. String? sourceToken,
  7. String? syncToken,
})

Implementation

ConfigManagementSyncState({
  this.code,
  this.errors,
  this.importToken,
  this.lastSync,
  this.lastSyncTime,
  this.sourceToken,
  this.syncToken,
});