toH property
String
get
toH
The formatted duration string with the hour as the largest unit.
Implementation
String get toH => toD + (h != 0 ? '${h}h ' : '');
The formatted duration string with the hour as the largest unit.
String get toH => toD + (h != 0 ? '${h}h ' : '');