hasMonth function

Matcher hasMonth(
  1. Object? matcher
)

Matches the month from a HasDate.

Implementation

Matcher hasMonth(Object? matcher) => _HasMonth(matcher);