DesktopGroup.value

class DesktopGroup
const @safe @nogc nothrow
string
value
(
string key
,
string defaultValue = null
)

Return Value

Type: string

the value associated with the key, or defaultValue if group does not contain item with this key.

Meta