totalDays property
double
get
totalDays
Returns the days as double
Implementation
double get totalDays => inMicroseconds / Duration.microsecondsPerDay;
Returns the days as double
double get totalDays => inMicroseconds / Duration.microsecondsPerDay;