positionalArguments property - Invocation class - dart:core library (original) (raw)

description

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;