CopyWith$Input$TechDeviceBrandInput<TRes> constructor

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

Implementation

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