isRegistered static method
Check if a component type is registered.
Implementation
static bool isRegistered(ComponentType type) => _components.containsKey(type);
Check if a component type is registered.
static bool isRegistered(ComponentType type) => _components.containsKey(type);