inWeeks property

int get inWeeks

Returns the representation in weeks

Implementation

int get inWeeks => (inDays / daysPerWeek).ceil();