SendDataChannelArguments constructor
SendDataChannelArguments({})
Implementation
SendDataChannelArguments({
this.ordered,
this.maxPacketLifeTime,
this.maxRetransmits,
this.priority,
this.label,
this.protocol,
});