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