CopyWith$Input$UserEducationInput<TRes> constructor

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

Implementation

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