WebInfoItem

interface WebInfoItem

Represents a general web information item. This interface includes a utility method safeValue() to return a null-safe value. It can be implemented by other interfaces or classes that deal with web-related data

Author

N7ghtm4r3

Inheritors

Functions

Link copied to clipboard
open fun String?.safeValue(): String

Method to use a null-safe value.