readyState property

RTCDataChannelState get readyState

Implementation

RTCDataChannelState get readyState =>
    RTCDataChannelState.fromValue(js_util.getProperty(this, 'readyState'));