A generator that returns positive Durations.
Generator<core.Duration> get positiveDuration { return positiveInt.map((int) => core.Duration(microseconds: int)); }