totalHours property
double
get
totalHours
Returns the hours as double
Implementation
double get totalHours => inMicroseconds / Duration.microsecondsPerHour;
Returns the hours as double
double get totalHours => inMicroseconds / Duration.microsecondsPerHour;