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