ConfigManagementConfigSyncState constructor

ConfigManagementConfigSyncState({
  1. ConfigManagementConfigSyncDeploymentState? deploymentState,
  2. List<ConfigManagementConfigSyncError>? errors,
  3. String? reposyncCrd,
  4. String? rootsyncCrd,
  5. String? state,
  6. ConfigManagementSyncState? syncState,
  7. ConfigManagementConfigSyncVersion? version,
})

Implementation

ConfigManagementConfigSyncState({
  this.deploymentState,
  this.errors,
  this.reposyncCrd,
  this.rootsyncCrd,
  this.state,
  this.syncState,
  this.version,
});