Occurrences constructor

Occurrences(
  1. Element element,
  2. List<int> offsets,
  3. int length
)

Implementation

Occurrences(this.element, this.offsets, this.length);