totalHours property

double get totalHours

Gets the total hours including all larger units.

Implementation

double get totalHours => _signedTotalSecondsApprox / (60 * 60);