toNullable property

Nullable<Iterable<T>?> get toNullable

Implementation

Nullable<Iterable<T>?> get toNullable => Nullable(this);