get

abstract operator fun get(key: String): String?

Gets the value for the tag with the given name (key).

If no such key exists, returns null.