totalDays property
double
get
totalDays
Gets the total days including all larger units.
Implementation
double get totalDays {
final totalMs = inMilliseconds;
return totalMs / (1000 * 60 * 60 * 24);
}
Gets the total days including all larger units.
double get totalDays {
final totalMs = inMilliseconds;
return totalMs / (1000 * 60 * 60 * 24);
}