days property
Duration
get
days
Converts the number to days.
Implementation
Duration get days => (this * 1000 * 1000 * 60 * 60 * 24).microseconds;
Converts the number to days.
Duration get days => (this * 1000 * 1000 * 60 * 60 * 24).microseconds;