CommonEntry class abstract

The base implementation of UrlEntry class that represents the basic element of the URL, with the entry name and value . The entry could be a query (https://example.com?id=1) or a single part of the url (https://example.com/{userId}/profile). The prime examples of CommonEntry implementation are Query and Path classes.

Inheritance
Implementers

Constructors

CommonEntry(String name, String value)

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
This key is used by the UrlEntryHandler to identify the entry in the given URL.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

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