positionalArguments property

List positionalArguments

An unmodifiable view of the positional arguments of the call.

If the member is a getter, the positional arguments list is always empty.

Implementation

List<dynamic> get positionalArguments;