seconds property

int seconds

The number of whole seconds spanned by the absolute component of this RelativeDuration.

Implementation

int get seconds {
  return _microseconds ~/ Duration.microsecondsPerSecond;
}