cursor property
override
Gets the value of "cursor"
Implementation
String get cursor => this._cursor;
override
Sets the value of "cursor"
Implementation
set cursor(String? value) {
_cursor = value == null ? '' : value;
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "cursor"
String get cursor => this._cursor;
Sets the value of "cursor"
set cursor(String? value) {
_cursor = value == null ? '' : value;
}