CopyWith$Input$UpdateElectionInput<TRes> constructor

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

Implementation

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