addRow method

void addRow(
  1. DATA row
)

Implementation

void addRow(DATA row) {
  _originalRows.add(row);
  _updateRows(notify: true);
}