CopyWith$Input$SeoComponentInput<TRes> constructor

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

Implementation

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