hasInstant function

Matcher hasInstant(
  1. Object? matcher
)

Matches the instant from a HasInstant.

Implementation

Matcher hasInstant(Object? matcher) => _HasInstant(matcher);