hasHour function

Matcher hasHour(
  1. Object? matcher
)

Matches the hour from a HasTime.

Implementation

Matcher hasHour(Object? matcher) => _HasHour(matcher);