void addUpdateRange(int start, int count ) { this.updateRanges.add({"start": start, "count": count}); }