menu
yt
yt
CommentThread
CommentThread constructor
CommentThread
brightness_4
brightness_5
CommentThread
constructor
CommentThread
(
{
required
String
kind
,
required
String
etag
,
required
String
id
,
Snippet?
snippet
}
)
Implementation
CommentThread({ required super.kind, required super.etag, required this.id, this.snippet, });
yt
yt
CommentThread
CommentThread constructor
CommentThread class
Constructors
CommentThread
fromJson
Properties
etag
hashCode
id
kind
runtimeType
snippet
Methods
noSuchMethod
toJson
toString
Operators
operator ==