copyWith property

Implementation

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