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