removeRows method

void removeRows()

Remove all rows.

Implementation

void removeRows() {
  _originalRows.clear();
  _updateRows(notify: true);
}