void updateRow(List row) { _pendingRows.add(row); if (!_pending) { _pending = true; DsTimer.callLater(_doUpdate); } }