add method

Time add(
  1. Time other
)

Implementation

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