totalHours property
double
get
totalHours
Returns the total duration in floating-point hours.
Implementation
double get totalHours => inMicroseconds / Duration.microsecondsPerHour;
Returns the total duration in floating-point hours.
double get totalHours => inMicroseconds / Duration.microsecondsPerHour;