days property

Duration get days

Returns a Duration with the given number of days.

Implementation

Duration get days => Duration(days: this);