GraphQLArg constructor

const GraphQLArg(
  1. String key,
  2. Object? value
)

Implementation

const GraphQLArg(this.key, this.value);