Mutation$UpdateDeviceEncryptionKeysFromInputs$updateDeviceEncryptionKeysFromInputs constructor

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

Implementation

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