hasCursor property

bool get hasCursor

Returns true if cursor is not null, otherwise false.

Implementation

bool get hasCursor => cursor != null;