plusAssign

operator fun plusAssign(entry: Pair<String, String?>)

Updates or adds the value of an entry for the given key in the attribute map.

Parameters

entry

The key/value pair to update or add.