GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet class final
Encapsulates a review snippet.
- Inheritance
-
- Object
- ProtoMessage
- GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet
Constructors
- GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet({String reviewId = '', String googleMapsUri = '', String title = ''})
- GroundingChunk_Maps_PlaceAnswerSources_ReviewSnippet.fromJson(Object? j)
-
factory
Properties
- googleMapsUri → String
-
A link to show the review on Google Maps.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - reviewId → String
-
Id of the review referencing the place.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
Title of the review.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String