clear method

void clear()

Implementation

void clear() {
  for (AFieldState entry in fieldStates.values) {
    entry.clear();
  }
}