$HttpBody class Null safety
Used by:
- adsense:v2 : HttpBody
- apigee:v1 : GoogleApiHttpBody
- apigeeregistry:v1 : HttpBody
- cloudbuild:v1 : HttpBody
- domainsrdap:v1 : HttpBody
- firebaseremoteconfig:v1 : HttpBody
- healthcare:v1 : HttpBody
- ml:v1 : GoogleApi__HttpBody
- retail:v2 : GoogleApiHttpBody
Constructors
Properties
- contentType ↔ String?
-
The HTTP Content-Type header value specifying the content type of the
body.
read / write
- data ↔ String?
-
The HTTP request/response body as raw binary.
read / write
-
dataAsBytes
↔ List<
int> -
read / write
-
extensions
↔ List<
Map< ?String, Object?> > -
Application specific response metadata.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited