CopyWith$Input$BrandInput<TRes> constructor

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

Implementation

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