args property

List<Arg>? args
getter/setter pair

The list of Arg values to match.

The order in which the arguments are provided is the order in which they must appear in the function invocation.

Implementation

core.List<Arg>? args;