indexOf method

int indexOf(
  1. String section
)

Implementation

int indexOf(String section) {
  return textList.indexOf(section);
}