Urlencoded class
Spry urlencoded middleware.
Constructors
- Urlencoded({Encoding? encoding})
-
Create a new Urlencoded instance.
factory
Properties
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
Contextkey.