GetDeviceInformationResponse.fromJson constructor

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

Implementation

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