CopyWith$Input$CommentHolderInput<TRes> constructor

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

Implementation

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