BasicRequest class Null safety
BasicRequest with json body
Properties
- auditLog → String?
-
final, inherited
- body → dynamic
-
Body of request
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- method → String
-
final, inherited
-
queryParams
→ Map<
String, dynamic> ? -
final, inherited
- rateLimit → bool
-
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- uri ↔ Uri
-
read / write, final, late, inherited
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