SchemaExtensionNode constructor
const
SchemaExtensionNode({
- List<
DirectiveNode> directives = const [], - List<
OperationTypeDefinitionNode> operationTypes = const [], - FileSpan? span,
Implementation
const SchemaExtensionNode({
this.directives = const [],
this.operationTypes = const [],
FileSpan? span,
}) : super(span);