numOutgoingStreamsCreated property

int get numOutgoingStreamsCreated

Implementation

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

Implementation

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