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