difference method

Duration difference(
  1. Date other
)

Returns a Duration of the time between this and other.

Implementation

Duration difference(Date other) => _time.difference(other._time);