getPositionalArguments abstract method
Returns the list of positional arguments in the order they were provided to the original call site.
Implementations must preserve the exact ordering, as many downstream invocation paths—including AOT resolvers and mirror-based calls—depend on positional accuracy.
Null values are allowed and should be represented faithfully.
Implementation
List<Object?> getPositionalArguments();