NavigationRegion constructor

NavigationRegion(
  1. int offset,
  2. int length,
  3. List<int> targets
)

Implementation

NavigationRegion(this.offset, this.length, this.targets);