nullable<T> method

Iterable<T?> nullable<T>()

Implementation

Iterable<T?> nullable<T>() => cast<T?>();