channels property

String get channels

Implementation

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

Implementation

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