inWeeks property
int
get
inWeeks
Gets the total number of weeks in this Duration
Implementation
int get inWeeks => inDays ~/ 7;
Gets the total number of weeks in this Duration
int get inWeeks => inDays ~/ 7;