call<T> method

dynamic call <T>()

Implementation

call<T>() {
  return get<T>();
}