Waitable.Days constructor

Waitable.Days(
  1. int days
)

Implementation

factory Waitable.Days(int days) => WaitableDuration(Duration(days: days));