Mutation$UpdateDeviceEncryptionKeysFromInputs constructor

Mutation$UpdateDeviceEncryptionKeysFromInputs({
  1. Mutation$UpdateDeviceEncryptionKeysFromInputs$updateDeviceEncryptionKeysFromInputs? updateDeviceEncryptionKeysFromInputs,
  2. String $__typename = 'Mutation',
})

Implementation

Mutation$UpdateDeviceEncryptionKeysFromInputs({
  this.updateDeviceEncryptionKeysFromInputs,
  this.$__typename = 'Mutation',
});