getByType<T> method

T getByType<T>(
  1. Type type
)

Implementation

T getByType<T>(Type type) {
  return _getByType<T>(type);
}