CourierConnectOptions constructor
CourierConnectOptions({})
Implementation
CourierConnectOptions(
{required this.clientId,
required this.username,
required this.password,
this.scheme = "ssl",
required this.host,
required this.port,
required this.cleanSession,
required this.keepAliveSeconds});