CopyWith$Input$DepartmentInput<TRes> constructor

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

Implementation

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