CopyWith$Input$UpdateVersionInput<TRes> constructor

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

Implementation

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