PlacesDetails class

Annotations
  • @freezed

Constructors

PlacesDetails({String? placeId, String? streetNumber, String? streetShort, String? streetLong, String? state, String? zip, String? city, String? searchString, double? lat, double? lng})
factory
PlacesDetails.fromJson(Map<String, dynamic> json)
factory

Properties

city String?
no setterinherited
copyWith → $PlacesDetailsCopyWith<PlacesDetails>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lat double?
no setterinherited
lng double?
no setterinherited
placeId String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchString String?
no setterinherited
state String?
no setterinherited
streetLong String?
no setterinherited
streetNumber String?
no setterinherited
streetShort String?
no setterinherited
zip String?
no setterinherited

Methods

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

Operators

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