CopyWith$Input$ConfigGeneralInput<TRes> constructor

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

Implementation

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