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