CopyWith$Input$UpdateBlogInput<TRes> constructor

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

Implementation

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