hasNotRef property

bool get hasNotRef

Returns true if ref is null, otherwise false.

Implementation

bool get hasNotRef => !hasRef;