StompServiceOptions constructor
const
StompServiceOptions({})
Implementation
const StompServiceOptions({
this.enableServer = true,
this.serverName,
this.timeout = StompConstants.defaultTimeout,
this.enableAutoReconnect = false,
this.reconnectInterval = const Duration(seconds: 5),
this.maxReconnectAttempts = 3,
});