args property

Implementation

List<InputValueDefinition>? get args => astNode!.args
    .map((inputValue) => InputValueDefinition(inputValue))
    .toList();