CopyWith$Input$VoteGroupInput<TRes> constructor

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

Implementation

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