isUri function

TypeMatcher<Uri> isUri()

Implementation

TypeMatcher<Uri> isUri() {
  return TypeMatcher<Uri>();
}