totalDays property
double
get
totalDays
Gets the total days including all larger units.
Implementation
double get totalDays => _signedTotalSecondsApprox / (60 * 60 * 24);
Gets the total days including all larger units.
double get totalDays => _signedTotalSecondsApprox / (60 * 60 * 24);