RTCStats constructor

RTCStats({
  1. String? id,
  2. num? timestamp,
  3. RTCStatsType? type,
})

Implementation

factory RTCStats({
  _i2.String? id,
  _i2.num? timestamp,
  _i3.RTCStatsType? type,
}) =>
    RTCStats._(
      id: id,
      timestamp: timestamp,
      type: type?.name ?? _i6.undefined,
    );