chOff property

String chOff

Implementation

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

Implementation

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