dataChannelsClosed property

int dataChannelsClosed

Implementation

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

Implementation

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