ch property

String ch

Implementation

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

Implementation

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