exists method

bool exists(
  1. String code
)

Implementation

bool exists(String code) {
  return handlers.containsKey(code);
}