buildRows method

List<DataRow> buildRows()

Implementation

List<DataRow> buildRows() {
  return items.map((item) => buildDataRow(item)).toList();
}