line property

String get line

Implementation

String get line {
  return _grid.isNotEmpty ? _grid[0].join('').trimRight() : '';
}