NodeAndDef constructor

NodeAndDef(
  1. GraphQLNamedType? parentType,
  2. FieldNode node,
  3. GraphQLObjectField? def
)

Implementation

NodeAndDef(this.parentType, this.node, this.def);