FragmentDefinition constructor

const FragmentDefinition(
  1. FragmentDefinitionNode astNode,
  2. [GetExecutableType? getType]
)

Implementation

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