lineLength method

int lineLength(
  1. int index
)

Implementation

int lineLength(int index) {
  return _storage.lineLength(index);
}