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