days property

Duration get days

Returns a Duration representing this integer in days.

Implementation

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