toText method
GeneralLib
Implementation
String toText() {
return "${inDays} ${inHours} ${inMinutes} ${inSeconds} ${inMilliseconds} ${inMicroseconds}";
}
GeneralLib
String toText() {
return "${inDays} ${inHours} ${inMinutes} ${inSeconds} ${inMilliseconds} ${inMicroseconds}";
}