totalDays property
double
get
totalDays
Returns the total duration in floating-point days.
Implementation
double get totalDays => inMicroseconds / Duration.microsecondsPerDay;
Returns the total duration in floating-point days.
double get totalDays => inMicroseconds / Duration.microsecondsPerDay;