menu
googleapis package
documentation
shared.dart
$HttpBody
$HttpBody.new constructor
$HttpBody.new constructor
dark_mode
light_mode
$HttpBody
constructor
$HttpBody
(
{
String
?
contentType
,
String
?
data
,
List
<
Map
<
String
,
Object
?
>
>
?
extensions
,
})
Implementation
$HttpBody({
this
.contentType,
this
.data,
this
.extensions, });
googleapis package
documentation
shared
$HttpBody
$HttpBody.new constructor
$HttpBody class
Constructors
new
fromJson
Properties
contentType
data
dataAsBytes
extensions
hashCode
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==