PlaceResponse class
- Annotations
Constructors
-
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}) -
factory
-
PlaceResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $PlaceResponseCopyWith<
PlaceResponse> -
Create a copy of PlaceResponse
with the given fields replaced by the non-null parameter values.
no setterinherited
- description → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
matchedSubstrings
→ List<
MatchedSubstring> ? -
no setterinherited
- placeId → String?
-
no setterinherited
- reference → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- structuredFormatting → StructuredFormatting?
-
no setterinherited
-
terms
→ List<
Term> ? -
no setterinherited
-
types
→ List<
String> ? -
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this PlaceResponse to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited