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