Returns a Duration representing seconds.
Example:
Duration duration = 5.seconds(); print(duration); // 0:00:05.000000
Duration seconds() => Duration(seconds: this);