TokenResponseLoginMqtt constructor

TokenResponseLoginMqtt({
  1. String? channel,
  2. String? clientId,
  3. String? username,
  4. String? password,
})

Implementation

TokenResponseLoginMqtt(
    {this.channel, this.clientId, this.username, this.password});