CopyWith$Input$PrelevelTranslationInput<TRes> constructor

CopyWith$Input$PrelevelTranslationInput<TRes>(
  1. Input$PrelevelTranslationInput instance,
  2. TRes then(
    1. Input$PrelevelTranslationInput
    )
)

Implementation

factory CopyWith$Input$PrelevelTranslationInput(
  Input$PrelevelTranslationInput instance,
  TRes Function(Input$PrelevelTranslationInput) then,
) = _CopyWithImpl$Input$PrelevelTranslationInput;