URIParsedResult class

A simple result type encapsulating a URI that has no further interpretation.

Inheritance

Constructors

URIParsedResult(String uri, [String? title])

Properties

displayResult String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
type ParsedResultType
no setterinherited
uri String
getter/setter pair

Methods

isPossiblyMaliciousURI() bool
@return true if the URI contains suspicious patterns that may suggest it intends to mislead the user about its true nature @deprecated see {@link URIResultParser#isPossiblyMaliciousURI(String)}
maybeAppend(String? value, StringBuffer result) → void
inherited
maybeAppendList(List<String>? values, StringBuffer result) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited