lines property

List<String> get lines

Implementation

List<String> get lines {
  return File(filename).readAsLinesSync();
}