CopyWith$Input$LogisticTrackerInput<TRes> constructor

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

Implementation

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