Creates a new Duration object using this value as its seconds part
Duration seconds() => Duration(seconds: limitMin(0));