exposeAll method

void exposeAll()

Implementation

void exposeAll() {
  _flags.forEach((key, value) {
    value.visitorExposed();
  });
}