type property

RTCStatsType get type

Implementation

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

Implementation

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