CopyWith$Input$RentalNoteInput<TRes> constructor

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

Implementation

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