TransportType constructor
Implementation
TransportType({
required this.producerId,
required this.consumer,
required this.socket_,
required this.serverConsumerTransportId,
required this.consumerTransport,
});
TransportType({
required this.producerId,
required this.consumer,
required this.socket_,
required this.serverConsumerTransportId,
required this.consumerTransport,
});