cursor property

String cursor

Implementation

_i2.String get cursor => _i4.getProperty(
      this,
      'cursor',
    );
void cursor=(String value)

Implementation

set cursor(_i2.String value) {
  _i4.setProperty(
    this,
    'cursor',
    value,
  );
}