addSeconds method

DateTime addSeconds(
  1. int seconds
)

Implementation

DateTime addSeconds(int seconds) => add(Duration(seconds: seconds));