OperationErrorErrors constructor
OperationErrorErrors({
- String? code,
- List<
OperationErrorErrorsErrorDetails> ? errorDetails, - String? location,
- String? message,
Implementation
OperationErrorErrors({
this.code,
this.errorDetails,
this.location,
this.message,
});