GraphQLRequestException constructor

const GraphQLRequestException(
  1. String message, {
  2. int? statusCode,
  3. bool isCancelled = false,
})

Implementation

const GraphQLRequestException(
  this.message, {
  this.statusCode,
  this.isCancelled = false,
});