operator + method
Adds the given duration to this time. A RangeError is thrown if the resultant
time is less than min or greater than max.
Implementation
Time operator +(Duration duration) => _adjust(duration, inverse: false);
Adds the given duration to this time. A RangeError is thrown if the resultant
time is less than min or greater than max.
Time operator +(Duration duration) => _adjust(duration, inverse: false);