state property

Implementation

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