Comments class

Constructors

Comments({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,snippet', List<String> partList = const [], String? id, String? parentId, int? maxResults, String? pageToken, String? textFormat}) Future<CommentListResponse>
Returns a list of comments 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