OptionalDurationX extension

on

Operators

operator *(num multiplier) Duration?
operator /(int divider) Duration?
operator <(Duration other) bool?
operator <=(Duration other) bool?
operator >(Duration other) bool?
operator >=(Duration other) bool?
operator ~/(int divider) Duration?