CopyWith$Input$GroupSubGroupRemoveInput<TRes> constructor

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

Implementation

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