CopyWith$Variables$Query$getStaticTranslationsByTargetAndLanguagePaginated<TRes> constructor

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

Implementation

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