stopBits property
int
get
stopBits
Implementation
int get stopBits => js_util.getProperty(this, 'stopBits');
set
stopBits
(int newValue)
Implementation
set stopBits(int newValue) {
js_util.setProperty(this, 'stopBits', newValue);
}