ActivateDeviceResponse.fromJson constructor
Implementation
factory ActivateDeviceResponse.fromJson(Map<String, dynamic> json) =>
ActivateDeviceResponse(
key: json["key"],
duration: json["duration"],
length: json["length"],
);