FragmentSpread constructor
const
FragmentSpread(
- FragmentSpreadNode astNode, [
- TypeDefinition? schemaType,
- GetExecutableType? getType
Implementation
const FragmentSpread(this.astNode,
[this.schemaType, GetExecutableType? getType])
: super(getType);