FragmentSpread constructor

const FragmentSpread(
  1. FragmentSpreadNode astNode, [
  2. TypeDefinition? schemaType,
  3. GetExecutableType? getType
])

Implementation

const FragmentSpread(this.astNode,
    [this.schemaType, GetExecutableType? getType])
    : super(getType);