HttpRouteParam class
A parameter in a HttpRoutePart.
This is not a query parameter, it is a parameter encoded in the path of the request itself, such
as the id of a guild in /guilds/0123456789
.
Constructors
- HttpRouteParam(String value, {bool isMajor = false})
- Create a new HttpRouteParam.
Properties
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