GraphqlErrorExtensions constructor

GraphqlErrorExtensions({
  1. String? code,
  2. String? debugDetails,
  3. String? file,
  4. String? resource,
})

Implementation

GraphqlErrorExtensions({
  this.code,
  this.debugDetails,
  this.file,
  this.resource,
});