getAllRows method

List<DataRow> getAllRows()

Implementation

List<DataRow> getAllRows() {
  return data.mapIndexed((i, e) => getRow(i)).toList();
}