menu
googleapis package
documentation
sheets/v4.dart
AddChartResponse
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.Map<core.String, core.dynamic> toJson() { final chart = this.chart; return {'chart': ?chart}; }
googleapis package
documentation
sheets/v4
AddChartResponse
toJson method
AddChartResponse class