CopyWith$Input$UpdateSEOInput<TRes> constructor

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

Implementation

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