IndexRange.parentIndex constructor

IndexRange.parentIndex(
  1. int parentIndex,
  2. IndexRange other
)

Implementation

IndexRange.parentIndex(this.parentIndex, IndexRange other)
    : this.firstIndex = other.firstIndex,
      this.lastIndex = other.lastIndex;