Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2.fromJson constructor

Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2.fromJson(
  Map<String, dynamic> json,
) {
  final l$id = json['id'];
  final l$serial = json['serial'];
  final l$$__typename = json['__typename'];
  return Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2(
    id: ensureDashedUuidFromId(l$id),
    serial: (l$serial as String),
    $__typename: (l$$__typename as String),
  );
}