RTCTrackEvent constructor
RTCTrackEvent(
- String type,
- RTCTrackEventInit eventInitDict
Implementation
factory RTCTrackEvent(
_i2.String type,
_i3.RTCTrackEventInit eventInitDict,
) =>
_i4.callConstructor(
_declaredRTCTrackEvent,
[
type,
eventInitDict,
],
);