CopyWith$Input$InternalProductMaintenanceInput<TRes> constructor

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

Implementation

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