chOff property

String get chOff

@deprecated

MDN Reference

Implementation

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

Implementation

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