hasWeekday function

Matcher hasWeekday(
  1. Object? matcher
)

Matches the weekday from a HasDate.

Implementation

Matcher hasWeekday(Object? matcher) => _HasWeekday(matcher);