ReviewsResource class

Constructors

ReviewsResource(ApiRequester client)

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

get(String packageName, String reviewId, {String? translationLanguage, String? $fields}) Future<Review>
Gets a single review.
list(String packageName, {int? maxResults, int? startIndex, String? token, String? translationLanguage, String? $fields}) Future<ReviewsListResponse>
Lists all reviews.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reply(ReviewsReplyRequest request, String packageName, String reviewId, {String? $fields}) Future<ReviewsReplyResponse>
Replies to a single review, or updates an existing reply.
toString() String
A string representation of this object.
inherited

Operators

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