cursor property
String
get
cursor
Implementation
_i2.String get cursor => _i4.getProperty(
this,
'cursor',
);
set
cursor
(String value)
Implementation
set cursor(_i2.String value) {
_i4.setProperty(
this,
'cursor',
value,
);
}