channels property

Iterable channels

Implementation

Iterable<dynamic> get channels => js_util.getProperty(this, 'channels');
void channels=(Iterable newValue)

Implementation

set channels(Iterable<dynamic> newValue) {
  js_util.setProperty(this, 'channels', newValue);
}