bool isExactly(String scopeString)

String variant of isExactlyScope.

Parses an instance of this type from scopeString and invokes isExactlyScope.

Source

bool isExactly(String scopeString) {
  return isExactlyScope(new AuthScope(scopeString));
}