add abstract method

void add({
  1. required Iterable<Value> values,
})

Adds the a values to the current values

The status will be set to IterableCubitUpdated

Implementation

void add({required Iterable<Value> values});