markChanged static method

void markChanged(
  1. int key
)

Implementation

static void markChanged(int key) {
  _changedKeys.add(key);
}