MqttDeviceProfileTransportConfiguration.fromJson constructor

MqttDeviceProfileTransportConfiguration.fromJson(
  1. Map<String, dynamic> json
)

Implementation

MqttDeviceProfileTransportConfiguration.fromJson(Map<String, dynamic> json)
    : properties = json;