difference method

Duration difference(
  1. Date other
)

Implementation

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