getNotNull method

FutureOr<T?> getNotNull()

Implementation

FutureOr<T?> getNotNull() => this?.getNotNull();