Libraries anvil naming Attribute add

Attribute add(object value)
Adds a new value to the attribute
Attribute add(int index, object value)
Adds an attribute value to the ordered list of attribute values
Parameters index -  The index in the ordered list of attribute values to add the new value. 0 <= ix <= size().
Returns this