HttpRouteParam class Null safety
Represents a HTTP route parameter.
A HTTP route parameter is a URL fragment that contains data specific to an invocation of a route (i.e a guild or message id).
In the Discord documentation, these are the parts of URLs {enclosed in curly braces}.
- Implementers
Constructors
- HttpRouteParam(String param, {bool isMajor = false})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited