getNotNull method

FutureOr<List<T?>?> getNotNull()

Implementation

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