inDays property

Duration get inDays

Implementation

Duration get inDays => (this * 1000 * 1000 * 60 * 60 * 24).inMicroseconds;