PostWebRequest<T> class
abstract
- Inheritance
-
- Object
- WebRequest<
T> - PostWebRequest
- Implementers
Constructors
Properties
Methods
-
getJsonBody(
) → Map< String, dynamic> -
inherited
-
getPath(
) → String -
inherited
-
getQueryParameters(
) → Map< String, dynamic> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toResponse(
Map< String, dynamic> json) → T -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited