isRegistered static method

bool isRegistered(
  1. ComponentType type
)

Check if a component type is registered.

Implementation

static bool isRegistered(ComponentType type) => _components.containsKey(type);