tryGet<T> method

T? tryGet<T>()

Implementation

T? tryGet<T>() {
  return _container.tryGetByType(T);
}