CopyWith$Input$VersionContentInput<TRes> constructor

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

Implementation

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