getLine method

String? getLine(
  1. int? n
)

Get the content of line n.

Implementation

String? getLine(int? n) => callArg('getLine', n);