min method

Duration min(
  1. Duration d
)

Implementation

Duration min(Duration d) => this < d ? this : d;