CommentThreads class

Constructors

CommentThreads({required Dio dio, String? token, String? apiKey})

Properties

accept String
finalinherited
apiKey String?
final
contentType String
finalinherited
dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
final

Methods

buildParts(List<String> partList, String part) String
inherited
list({String part = 'id,replies,snippet', List<String> partList = const [], String? allThreadsRelatedToChannelId, String? channelId, String? id, String? videoId, int? maxResults, String? moderationStatus, String? order, String? pageToken, String? searchTerms, String? textFormat}) Future<CommentThreadListResponse>
Returns a list of comment threads that match the API request parameters.
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