contains method

bool contains(
  1. DecodeHintType type
)

Implementation

bool contains(DecodeHintType type) {
  return _hints.containsKey(type);
}