lineAt method

String lineAt(
  1. int index
)

Implementation

String lineAt(int index) {
  return _storage.lineAt(index);
}