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