get

open operator override fun get(name: String): String?(source)

Gets first value from the list of values associated with a name, or null if the name is not present

Report a problem