chOff property

String chOff

@deprecated

MDN Reference

Implementation

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

Implementation

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