CopyWith$Input$PredefinedUpdateInput<TRes> constructor

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

Implementation

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