getLineLength method

int getLineLength(
  1. int lineIndex
)

Implementation

int getLineLength(int lineIndex) => getLineText(lineIndex).length;