$HttpBody class
Used by:
- firebaseapptesters:v1alpha : GoogleApiHttpBody
- firebaseremoteconfig:v1 : HttpBody
Constructors
Properties
- contentType ↔ String?
-
The HTTP Content-Type header value specifying the content type of the
body.
getter/setter pair
- data ↔ String?
-
The HTTP request/response body as raw binary.
getter/setter pair
-
dataAsBytes
↔ List<
int> -
getter/setter pair
-
extensions
↔ List<
Map< ?String, Object?> > -
Application specific response metadata.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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