hasType static method

bool hasType(
  1. Type type
)

Implementation

static bool hasType(Type type) {
  return _byType[type] != null;
}