getType<T> method

T getType<T>()

自动创建对象

Implementation

T getType<T>() {
  assert(mounted);
  return _listener!.getType<T>();
}