clearAll method

void clearAll()

Implementation

void clearAll() {
  _fields.keys.forEach(clear);
}