containsType static method

bool containsType(
  1. Type type
)

Implementation

static bool containsType(Type type) => _map.containsKey(type);