channels property

String channels

Implementation

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

Implementation

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