state property
RTCStatsIceCandidatePairState
get
state
Implementation
RTCStatsIceCandidatePairState get state =>
RTCStatsIceCandidatePairState.fromValue(
js_util.getProperty(this, 'state'));
set
state
(RTCStatsIceCandidatePairState newValue)
Implementation
set state(RTCStatsIceCandidatePairState newValue) {
js_util.setProperty(this, 'state', newValue.value);
}