totalDays property

double get totalDays

Returns the total duration in floating-point days.

Implementation

double get totalDays => inMicroseconds / Duration.microsecondsPerDay;