fields property
List<InputValueDefinition>
get
fields
Implementation
List<InputValueDefinition> get fields => astNode.fields
.map((inputValue) => InputValueDefinition(inputValue, getType))
.toList();