diff property

String get diff

Implementation

String get diff {
  return "${inHours.toFormat()}:${inMinutes.remainder(60).toFormat()}:${inSeconds.remainder(60).toFormat()}";
}