difference method

Duration difference(
  1. Time other
)

Calculates the difference between this Time object and another Time object.

Implementation

Duration difference(Time other) => _dateTime.difference(other._dateTime);