subtract method

Time subtract(
  1. Time other
)

Implementation

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