bitsPerSecond property

int bitsPerSecond

Implementation

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

Implementation

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