CopyWith$Input$DeviceBrandLogoInput<TRes> constructor

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

Implementation

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