inDays property
Returns the number of whole days spanned by this Duration.
Implementation
int get inDays => _duration ~/ Duration.microsecondsPerDay;
Returns the number of whole days spanned by this Duration.
int get inDays => _duration ~/ Duration.microsecondsPerDay;