CopyWith$Input$LinkAccountInput<TRes> constructor

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

Implementation

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