timeString property

String get timeString

Implementation

String get timeString => "${this.hour.pad2}-${minute.pad2}-${second.pad2}";