CopyWith$Input$BookingAttributeInput<TRes> constructor

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

Implementation

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