formattedTime property

String formattedTime

Implementation

String get formattedTime => '${this.hour.pad}:${this.minute.pad}:${this.second.pad}';