getSource<T> method

T getSource<T>()

Implementation

T getSource<T>() {
  return source as T;
}