getRangeAt method

Range getRangeAt(
  1. int index
)

Implementation

Range getRangeAt(int index) {
  return Range();
}