OccurrenceAddress constructor

const OccurrenceAddress(
  1. List<int> path
)

Create a hierarchy address from a path list.

Implementation

const OccurrenceAddress(this.path);