addValue method

bool addValue(
  1. dynamic val
)

Add a value to the existing values in the attribute.

Implementation

bool addValue(dynamic val) => _values.add(val);