findRoot<T> method

T findRoot<T>()

Implementation

T findRoot<T>() {
  return Data.findRoot<T>(this);
}