CopyWith$Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2<TRes> constructor

CopyWith$Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2<TRes>(
  1. Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2 instance,
  2. TRes then(
    1. Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2
    )
)

Implementation

factory CopyWith$Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2(
  Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2 instance,
  TRes Function(
    Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2,
  )
  then,
) = _CopyWithImpl$Mutation$UpdateDeviceEncryptionKeys$updateDeviceEncryptionKeysV2;