arguments property

List<Argument> arguments

Implementation

List<Argument> get arguments =>
    astNode.arguments.map((a) => Argument(a)).toList();