InlineFragmentNode constructor
const
InlineFragmentNode({
- TypeConditionNode? typeCondition,
- List<
DirectiveNode> directives = const [], - required SelectionSetNode selectionSet,
- FileSpan? span,
Implementation
const InlineFragmentNode({
this.typeCondition,
this.directives = const [],
required this.selectionSet,
FileSpan? span,
}) : super(span);