clearAttributes
Clears the value of the specified attributes effectively setting them to null.
Example:
clearAttributes("key1", "key2", "key2", "... as many keys as desired")Content copied to clipboard
Return
The builder instance.
Parameters
keys
Vararg of keys of the entries to clear. These are optional.
Clears the value of the specified attributes effectively setting them to null.
Example:
clearAttributes(listOf("key1", "key2", "key2"))Content copied to clipboard
Return
The builder instance.