clearValues method Null safety

void clearValues()

Implementation

void clearValues() {
  map.updateAll((key, value) => false);
}