weekday property

int weekday

Implementation

int get weekday => DateTime(year, month, day).weekday;