toNullable property

Nullable<int?> get toNullable

Implementation

Nullable<int?> get toNullable => Nullable(this);