toHHmmss method

String toHHmmss()

Result => 19:05:12

Implementation

String toHHmmss() => DateFormat('HH:mm').format(this);