CommentSnippet class

Constructors

CommentSnippet.new({String? channelId, String? videoId, String? textDisplay, String? textOriginal, String? authorDisplayName, String? authorProfileImageUrl, String? authorChannelUrl, AuthorChannelId? authorChannelId, bool? canRate, String? viewerRating, int? likeCount, String? publishedAt, String? updatedAt})
CommentSnippet.fromJson(Map<String, dynamic> json)
factory

Properties

authorChannelId AuthorChannelId?
getter/setter pair
authorChannelUrl String?
getter/setter pair
authorDisplayName String?
getter/setter pair
authorProfileImageUrl String?
getter/setter pair
canRate bool?
getter/setter pair
channelId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
likeCount int?
getter/setter pair
publishedAt String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textDisplay String?
getter/setter pair
textOriginal String?
getter/setter pair
updatedAt String?
getter/setter pair
videoId String?
getter/setter pair
viewerRating String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited