has<T> abstract method

bool has<T>([
  1. Type? type
])

Checks if a with the T or type is registered.

Implementation

bool has<T>([Type? type]);