requireOrNull<T> static method

T? requireOrNull<T>()

Implementation

static T? requireOrNull<T>() {
  return of<T?>(context);
}