Returns a new Time instance with the specified number of seconds added.
seconds
Time addSeconds(int seconds) => Time(_dateTime.add(Duration(seconds: seconds)));