SensorDeviceMessageAttributes.fromJson constructor

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

Implementation

factory SensorDeviceMessageAttributes.fromJson(Map<String, dynamic> json) =>
    _$SensorDeviceMessageAttributesFromJson(json);