DeviceImpl
Implements the Device
interface, providing the device model, type, and vendor information.
This class extracts the model, type, and vendor from the provided com.tecknobit.kinfo.model.Device
object, ensuring null-safe values are used via the safeValue()
method from the WebInfoItem
interface.
Author
N7ghtm4r3
Parameters
parsedDevice
The Device
object containing the parsed device information, used to extract the model, type, and vendor.