Divides this Duration by the given quotient and returns the truncated result as a new Duration object.
quotient
The quotient must not be 0.
0
@override Duration operator ~/(int quotient) => $value ~/ quotient;