seconds property

int get seconds

Human seconds representation (0 -> 59)

Implementation

int get seconds => inSeconds % Duration.secondsPerMinute;