PlaceDetailsResponse class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

PlaceDetailsResponse({required List<String> htmlAttributions, required Place result, required PlacesDetailsStatus status, List<String>? infoMessages})
const
PlaceDetailsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
htmlAttributions List<String>
May contain a set of attributions about this listing which must be displayed to the user (some listings may not have attribution).
final
infoMessages List<String>?
When the service returns additional information about the request specification, there may be an additional info_messages field within the response object.
final
result Place
Contains the detailed information about the place requested.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status PlacesDetailsStatus
Contains the status of the request, and may contain debugging information to help you track down why the request failed.
final

Methods

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

Operators

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