TransportConfig constructor
const
TransportConfig({})
Creates a TransportConfig.
Implementation
const TransportConfig({
required this.url,
required this.params,
required this.heartbeatInterval,
required this.reconnectionDelays,
});