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 ' : '');