hasNotHandle property

bool get hasNotHandle

Returns true if handle is null, otherwise false.

Implementation

bool get hasNotHandle => !hasHandle;