weekDays property

int? weekDays

days on which the alarm applies in a bitmask; 0MTWTFSS. Weekdays is 01111100 = 124. Tuesdays is 00100000 = 32

Implementation

int? get weekDays => _alarm!.weekDays;