type property

Implementation

RTCStatsType get type =>
    RTCStatsType.fromValue(js_util.getProperty(this, 'type'));
void type=(RTCStatsType newValue)

Implementation

set type(RTCStatsType newValue) {
  js_util.setProperty(this, 'type', newValue.value);
}