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