seconds property

int seconds

Duration in seconds

Implementation

int get seconds {
  return inSeconds.remainder(60).toInt();
}