isRelative static method

bool isRelative(
  1. String uri
)

Implementation

static bool isRelative(String uri) => !isExternal(uri);