ss top-level constant
String
const ss
Second (Long)
Format: 00 01 ... 58 59
Summary: A two-digit, zero-padded representation of seconds.
Details: The standard format for media players and stopwatches. It ensures that the "seconds" column remains consistent as the time increments.
Implementation
const String ss = 'ss';