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