state property

Implementation

RTCDtlsTransportState get state =>
    RTCDtlsTransportState.fromValue(js_util.getProperty(this, 'state'));