valueWithoutHours property

String get valueWithoutHours

Implementation

String get valueWithoutHours {
  return "$minutes:$seconds";
}