Returns a new Time instance with the specified number of seconds subtracted.
seconds
Time subtractSeconds(int seconds) => Time(_dateTime.subtract(Duration(seconds: seconds)));