qosGrants property

List<MqttQos> qosGrants
getter/setter pair

The collection of Qos grants, Key is the topic, Value is the qos

Implementation

List<MqttQos> qosGrants = <MqttQos>[];