addRow method

void addRow()

Implementation

void addRow() => rows.add(<String>[for (int c = 0; c < columnCount; c++) ""]);