containsType<T> method

bool containsType<T>()
inherited

Returns true if found

Implementation

bool containsType<T>() => _mapControllerByType.containsKey(T);