channelCount property

dynamic channelCount

Implementation

dynamic get channelCount => js_util.getProperty(this, 'channelCount');
void channelCount=(dynamic newValue)

Implementation

set channelCount(dynamic newValue) {
  js_util.setProperty(this, 'channelCount', newValue);
}