ReviewsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
get(String packageName, String reviewId, {String translationLanguage, String $fields})
→ Future<Review>
-
Gets a single review. [...]
-
list(String packageName, {String translationLanguage, int startIndex, String token, int maxResults, String $fields})
→ Future<ReviewsListResponse>
-
Lists all reviews. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent 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
-
Returns a string representation of this object.
inherited