timeIsZeroString property

String get timeIsZeroString

Implementation

String get timeIsZeroString {
  return this == "00:00:00" ? "" : this;
}