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