CopyWith$Input$RentalUpdateInput<TRes> constructor

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

Implementation

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