hasNotCursor property
bool
get
hasNotCursor
Returns true if cursor
is null, otherwise false.
Implementation
bool get hasNotCursor => !hasCursor;
Returns true if cursor
is null, otherwise false.
bool get hasNotCursor => !hasCursor;