positionalArguments property - Invocation class - dart:core library (original) (raw)
List getpositionalArguments
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;