differenceFromNow method

Duration differenceFromNow()

Returns the Duration between this time instance and the current moment.

Implementation

Duration differenceFromNow() => difference(Time.now());