ch property

String get ch

Implementation

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

Implementation

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