ConfigManagementSyncError constructor
ConfigManagementSyncError({
- String? code,
- String? errorMessage,
- List<
ConfigManagementErrorResource> ? errorResources,
Implementation
ConfigManagementSyncError({
this.code,
this.errorMessage,
this.errorResources,
});