get<T> method

T? get<T>()

Implementation

T? get<T>() {
  return Scope.get<T>(this);
}