CopyWith$Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId<TRes> constructor

CopyWith$Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId<TRes>(
  1. Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId instance,
  2. TRes then(
    1. Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId
    )
)

Implementation

factory CopyWith$Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId(
  Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId instance,
  TRes Function(Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId)
  then,
) = _CopyWithImpl$Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId;