numOutgoingStreamsCreated property

int numOutgoingStreamsCreated

Implementation

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

Implementation

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