CommentThreadSnippet class
Basic details about a comment thread.
Constructors
- CommentThreadSnippet({bool? canReply, String? channelId, bool? isPublic, Comment? topLevelComment, int? totalReplyCount, String? videoId})
- CommentThreadSnippet.fromJson(Map json_)
Properties
- canReply ↔ bool?
-
Whether the current viewer of the thread can reply to it.
getter/setter pair
- channelId ↔ String?
-
The YouTube channel the comments in the thread refer to or the channel
with the video the comments refer to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPublic ↔ bool?
-
Whether the thread (and therefore all its comments) is visible to all
YouTube users.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topLevelComment ↔ Comment?
-
The top level comment of this thread.
getter/setter pair
- totalReplyCount ↔ int?
-
The total number of replies (not including the top level comment).
getter/setter pair
- videoId ↔ String?
-
The ID of the video the comments refer to, if any.
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