hasSecond function

Matcher hasSecond(
  1. Object? matcher
)

Matches the second from a HasTime.

Implementation

Matcher hasSecond(Object? matcher) => _HasSecond(matcher);