OperationErrorErrors constructor

OperationErrorErrors({
  1. List<String>? arguments,
  2. String? code,
  3. DebugInfo? debugInfo,
  4. List<OperationErrorErrorsErrorDetails>? errorDetails,
  5. String? location,
  6. String? message,
})

Implementation

OperationErrorErrors({
  this.arguments,
  this.code,
  this.debugInfo,
  this.errorDetails,
  this.location,
  this.message,
});