add method

void add(
  1. Interval value
)

Implementation

void add(Interval value) {
  this._add(value);
}