inDays property Null safety
The number of entire days spanned by this Duration.
Implementation
int get inDays => _duration ~/ Duration.microsecondsPerDay;
The number of entire days spanned by this Duration.
int get inDays => _duration ~/ Duration.microsecondsPerDay;