chOff property

String get chOff

Implementation

String get chOff => js_util.getProperty(this, 'chOff');
set chOff (String newValue)

Implementation

set chOff(String newValue) {
  js_util.setProperty(this, 'chOff', newValue);
}