positionalArguments property
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;
An unmodifiable view of the positional arguments of the call.
If the member is a getter, the positional arguments list is always empty.
List<dynamic> get positionalArguments;