GraphQLResponseDecodingException constructor

const GraphQLResponseDecodingException(
  1. String operationName,
  2. Object cause
)

Implementation

const GraphQLResponseDecodingException(this.operationName, this.cause);