isWeekday static method

bool isWeekday(
  1. int day
)

Implementation

static bool isWeekday(int day) => weekday == day;