maybeFind<T> method

T? maybeFind<T>()

Implementation

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