DeviceCodeResponse.fromJson constructor

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

Converts a JSON map to a DeviceCodeResponse.

Implementation

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