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