DeviceCodeResponse.fromJson constructor
Converts a JSON map to a DeviceCodeResponse.
Implementation
factory DeviceCodeResponse.fromJson(Map<String, dynamic> json) =>
_$DeviceCodeResponseFromJson(json);
Converts a JSON map to a DeviceCodeResponse.
factory DeviceCodeResponse.fromJson(Map<String, dynamic> json) =>
_$DeviceCodeResponseFromJson(json);