ArgsReference constructor

const ArgsReference(
  1. List<Object> parts
)

Wraps the given parts as an ArgsReference.

The parts must not be mutated after the object is created.

Implementation

const ArgsReference(super.parts);