Mutation$UpdateDeviceEncryptionKeysFromInputs$updateDeviceEncryptionKeysFromInputs.fromJson constructor

Mutation$UpdateDeviceEncryptionKeysFromInputs$updateDeviceEncryptionKeysFromInputs.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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