ConnectionInfo constructor
ConnectionInfo({})
Implementation
ConnectionInfo(
{required this.clientId,
required this.username,
required this.keepAliveSeconds,
required this.connectTimeout,
required this.host,
required this.port,
required this.scheme});