CopyWith$Input$CommentInput<TRes> constructor

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

Implementation

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