dataChannelsClosed property

int get dataChannelsClosed

Implementation

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

Implementation

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