NullableObjectExtensions extension

Null checks on any nullable value.

on

Properties

isNotNull bool

Available on Object?, provided by the NullableObjectExtensions extension

Whether the value is not null.
no setter
isNull bool

Available on Object?, provided by the NullableObjectExtensions extension

Whether the value is null.
no setter