state property

Implementation

RTCStatsIceCandidatePairState get state =>
    RTCStatsIceCandidatePairState.fromValue(
        js_util.getProperty(this, 'state'));
void state=(RTCStatsIceCandidatePairState newValue)

Implementation

set state(RTCStatsIceCandidatePairState newValue) {
  js_util.setProperty(this, 'state', newValue.value);
}