copyWith property

Implementation

CopyWith$Input$BookingInput<Input$BookingInput> get copyWith =>
    CopyWith$Input$BookingInput(
      this,
      (i) => i,
    );