toWeek property

int get toWeek

Implementation

int get toWeek => (this == null) ? 0 : getIsoWeekNumber(this!);