BusinessReviews class

This endpoint returns up to three review excerpts for a given business ordered by Yelp's default sort order.

Note: at this time, the API does not return businesses without any reviews.

Constructors

BusinessReviews({int? total, List<String>? possibleLanguages, List<Review>? reviews})
BusinessReviews.fromJson(String source)
factory
BusinessReviews.fromMap(Map<String, dynamic>? map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
possibleLanguages List<String>?
A list of languages for which the business has at least one review.
final
reviews List<Review>?
A list of up to three reviews of this business.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int?
The total number of reviews that the business has.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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