getValues<T> method

T getValues<T>()

Implementation

T getValues<T>() {
  return _concrete.getValues();
}