Urlencoded class

Spry urlencoded middleware.

Constructors

Urlencoded({Encoding? encoding})
Create a new Urlencoded instance.
factory

Properties

encoding Encoding
Each key and value in the returned map has been decoded. If the request is the empty string, an empty map is returned.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(Context context, Next next) FutureOr<void>
Cast the Urlencoded instance to a Middleware.
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

Static Methods

of(Context context) Urlencoded
Get the Urlencoded instance from the Context.

Constants

key → const String
The Urlencoded instance stored in the Context key.