InputValueDefinition constructor
const
InputValueDefinition(
- InputValueDefinitionNode? astNode, [
- ResolveType? getType
Implementation
const InputValueDefinition(
this.astNode, [
ResolveType? getType,
]) : getType = getType ?? TypeResolver.withoutContext;