RTCDataChannelEventInit constructor
RTCDataChannelEventInit({
- RTCDataChannel? channel,
- bool? bubbles,
- bool? cancelable,
- bool? composed,
Implementation
factory RTCDataChannelEventInit({
_i3.RTCDataChannel? channel,
_i2.bool? bubbles,
_i2.bool? cancelable,
_i2.bool? composed,
}) =>
RTCDataChannelEventInit._(
channel: channel ?? _i6.undefined,
bubbles: bubbles,
cancelable: cancelable,
composed: composed,
);