MqttServerInfo constructor

MqttServerInfo({
  1. String? appName,
  2. String? version,
  3. String? localIp,
  4. String? mqttServerPort,
  5. String? platform,
})

Implementation

MqttServerInfo({
  this.appName,
  this.version,
  this.localIp,
  this.mqttServerPort,
  this.platform,
});