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