addSeconds method

Duration addSeconds(
  1. int seconds
)

Implementation

Duration addSeconds(int seconds) => this + Duration(seconds: seconds);