isUri method

bool isUri()

Implementation

bool isUri() => RegVal.hasMatch(
      this,
      RegexPattern.uri,
    );