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