charCode property

num? charCode

@deprecated

Implementation

_i2.num? get charCode => _i4.getProperty(
      this,
      'charCode',
    );
void charCode=(num? value)

Implementation

set charCode(_i2.num? value) {
  _i4.setProperty(
    this,
    'charCode',
    value ?? _i6.undefined,
  );
}