fields property

Implementation

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