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