stopBits property

int stopBits

Implementation

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

Implementation

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