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