Adds a row to the table. Can be called multiple times.
void addRow(final Iterable<String?> row) { _rows.add(List.from(row)); }