toNullable property

Nullable<Map<K, V>?> get toNullable

Implementation

Nullable<Map<K, V>?> get toNullable => Nullable(this);