ConfigManagementConfigSyncState constructor

ConfigManagementConfigSyncState({
  1. ConfigManagementConfigSyncDeploymentState? deploymentState,
  2. List<ConfigManagementConfigSyncError>? errors,
  3. ConfigManagementSyncState? syncState,
  4. ConfigManagementConfigSyncVersion? version,
})

Implementation

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