void update()

Source

void update() {
  var update = new Int16List.view(data.buffer, 0, this.position);
  _renderingContext.bufferSubData(gl.ELEMENT_ARRAY_BUFFER, 0, update);
  _renderStatistics.indexCount += this.count;
}