days property
Duration
get
days
Returns a Duration representing this integer in days.
Implementation
Duration get days => Duration(days: this);
Returns a Duration representing this integer in days.
Duration get days => Duration(days: this);