PlaceResponse constructor
Implementation
factory PlaceResponse({
String? description,
String? reference,
List<Term>? terms,
List<String>? types,
@JsonKey(name: 'structured_formatting')
StructuredFormatting? structuredFormatting,
@JsonKey(name: 'matched_substrings')
List<MatchedSubstring>? matchedSubstrings,
@JsonKey(name: 'place_id') String? placeId,
}) = _PlaceResponse;