abs method

Time abs(
  1. Time other
)

Implementation

Time abs(Time other) => Time._untrusted(_milliseconds.abs(), _nanosecondsInterval.abs());