OsImpl
Implements the Os
interface, providing the operating system name and version information.
This class extracts the operating system's name and version from the provided com.tecknobit.kinfo.model.Os
object, ensuring null-safe values are used via the safeValue()
method from the WebInfoItem
interface.
Author
N7ghtm4r3
Parameters
parsedOs
The Os
object containing the parsed operating system information, used to extract the name and version.