hasNotCursor property

bool get hasNotCursor

Returns true if cursor is null, otherwise false.

Implementation

bool get hasNotCursor => !hasCursor;