menu
googleapis package
documentation
youtube/v3.dart
CommentThreadReplies
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.
Map
<core.
String
, core.
dynamic
> toJson() => {
if
(comments !=
null
)
'comments'
: comments!, };
googleapis package
documentation
youtube/v3
CommentThreadReplies
toJson method
CommentThreadReplies class
Constructors
new
fromJson
Properties
comments
hashCode
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==