Path class

The implementation of CommonEntry which handles the "path" in the URL. For a given url https://example.com/{userId}/profile the {userId} is a path entry, with the name parameter equal to "userId" and eventually the name={userId} will be replaced with the value=15 by the PathEntryHandler, so we will end up with https://example.com/15/profile.

Inheritance

Constructors

Path(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 setteroverride
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

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