toTimeString method

String toTimeString()

Format: HH:mm:ss

Implementation

String toTimeString() => this?.toTimeString() ?? "";