Query$GetMyDevices$pairedDevices$plusDevice$baseDevice.fromJson constructor

Query$GetMyDevices$pairedDevices$plusDevice$baseDevice.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$GetMyDevices$pairedDevices$plusDevice$baseDevice.fromJson(
  Map<String, dynamic> json,
) {
  final l$id = json['id'];
  final l$$__typename = json['__typename'];
  return Query$GetMyDevices$pairedDevices$plusDevice$baseDevice(
    id: ensureDashedUuidFromId(l$id),
    $__typename: (l$$__typename as String),
  );
}