DirectiveNode constructor
const
DirectiveNode(
- {required NameNode name,
- List<
ArgumentNode> arguments = const [], - FileSpan? span}
Implementation
const DirectiveNode({
required this.name,
this.arguments = const [],
FileSpan? span,
}) : super(span);