StateReference constructor

const StateReference(
  1. List<Object> parts
)

Wraps the given parts as a StateReference.

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

Implementation

const StateReference(super.parts);