GQLError constructor

GQLError({
  1. String? code,
  2. String? message,
})

Implementation

GQLError({this.code, this.message});