contains method

bool contains(
  1. EncodeHintType type
)

Implementation

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