hasNanosecond function

Matcher hasNanosecond(
  1. Object? matcher
)

Matches the nanosecond from a HasTime.

Implementation

Matcher hasNanosecond(Object? matcher) => _HasNanosecond(matcher);