durationSeconds method

Duration durationSeconds()

Implementation

Duration durationSeconds() {
  return Duration(seconds: this);
}