channels property

int channels

Implementation

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

Implementation

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