toNullable property

Nullable<Set<T>?> get toNullable

Implementation

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