totalDays property

double get totalDays

Gets the total days including all larger units.

Implementation

double get totalDays => _signedTotalSecondsApprox / (60 * 60 * 24);