contains<T> method

bool contains<T>()

Implementation

bool contains<T>() {
  return _deserializers.containsKey(T);
}