isRegistered method

bool isRegistered(
  1. Type type
)

Implementation

bool isRegistered(Type type) {
  return (_registeredItems.containsKey(type.toString()));
}