clearNull method

void clearNull()

Implementation

void clearNull() {
  removeWhere((key, value) => value == null);
}