CopyWith$Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated<TRes> constructor

CopyWith$Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated<TRes>(
  1. Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated instance,
  2. TRes then(
    1. Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated
    )
)

Implementation

factory CopyWith$Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated(
  Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated
      instance,
  TRes Function(
          Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated)
      then,
) = _CopyWithImpl$Query$getUpcomingChallengesByTargetAndUserAudienceWithLinkedAccountsPaginated;