Returns a cell which holds the multiplication of this by factor.
this
factor
ValueCell<Duration> operator *(ValueCell<num> factor) => (this, factor).apply((a, f) => a * f);