SmallNull function

bool SmallNull(
  1. Object? oof
)

This oof is not null?

Implementation

bool SmallNull(Object? oof) => IsNotNull(oof);