Gets the value of "cursor"
String get cursor => this._cursor;
Sets the value of "cursor"
set cursor(String? value) { _cursor = value == null ? '' : value; }