subscriptions property

Map<String?, MqttQos?> subscriptions
getter/setter pair

The collection of subscriptions, Key is the topic, Value is the qos

Implementation

Map<String?, MqttQos?> subscriptions = <String?, MqttQos?>{};