ICloudOperationException constructor
const
ICloudOperationException({})
Creates a typed iCloud operation exception.
Implementation
const ICloudOperationException({
required this.category,
required this.operation,
required this.retryable,
required this.message,
this.relativePath,
this.pathKind,
this.nativeDomain,
this.nativeCode,
this.nativeDescription,
this.underlying,
});