update method

void update(
  1. int index
)

updates the item at offset index

Implementation

void update(int index) => _update.add(index);