maybeFindRoot<T> method

T? maybeFindRoot<T>()

Implementation

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