CommentsClient class
Queries related to comments of YouTube videos.
Constructors
- CommentsClient(YoutubeHttpClient _httpClient)
- Initializes an instance of CommentsClient
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getComments(
Video video) → Future< CommentsList?> - Returns a List<Comment> containing the first batch of comments or null if the video has comments disabled. You can use CommentsList.nextPage() to get the next batch of comments.
-
getReplies(
Comment comment) → Future< CommentsList?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited