ch property

String ch

@deprecated

MDN Reference

Implementation

_i2.String get ch => _i4.getProperty(
      this,
      'ch',
    );
void ch=(String value)

Implementation

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