Returns a Duration in seconds.
Example:
5.seconds; // Duration(seconds: 5)
Duration get seconds => Duration(seconds: toInt());