time constant

Codec<LocalTime> const time

Wall-clock times with microsecond resolution, including 24:00.

Implementation

static const time = Codec<LocalTime>('time', _decodeTime, _encodeTime);