isRegistered method

bool isRegistered(
  1. Type type
)

Implementation

bool isRegistered(Type type) => _elements.containsKey(type);