dataBits property

int dataBits

Implementation

int get dataBits => js_util.getProperty(this, 'dataBits');
void dataBits=(int newValue)

Implementation

set dataBits(int newValue) {
  js_util.setProperty(this, 'dataBits', newValue);
}