getTypeOr<T> method

T? getTypeOr<T>()

Implementation

T? getTypeOr<T>() {
  return Nop.maybeOf(this);
}