weekday property
      
      int
      get
      weekday
      
    
    
The day of the week (1-7, where 1 is Monday) in UTC
Implementation
int get weekday => _dateTime.weekday;The day of the week (1-7, where 1 is Monday) in UTC
int get weekday => _dateTime.weekday;