ConfigManagementSyncError constructor

ConfigManagementSyncError({
  1. String? code,
  2. String? errorMessage,
  3. List<ConfigManagementErrorResource>? errorResources,
})

Implementation

ConfigManagementSyncError({
  this.code,
  this.errorMessage,
  this.errorResources,
});