addUpdateRange method

void addUpdateRange(
  1. int start,
  2. int count
)

Implementation

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