dayOfTheWeek method

Weekday dayOfTheWeek()

Returns the day of the week

Implementation

Weekday dayOfTheWeek() {
  return Weekday.fromDate(this);
}