elementAt method

Interval elementAt(
  1. int index
)

Implementation

Interval elementAt(int index) {
  return this._intervals.elementAt(index);
}