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