inWeeks property

int get inWeeks

Gets the total number of weeks in this Duration

Implementation

int get inWeeks => inDays ~/ 7;