CopyWith$Input$DeviceBrandLogoPngInput<TRes> constructor

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

Implementation

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