appendRows method

  1. @override
void appendRows(
  1. List<PlutoRow> rows
)
inherited

Implementation

@override
void appendRows(List<PlutoRow> rows) {
  _insertRows(refRows.length, rows);

  notifyListeners(true, appendRows.hashCode);
}