DHL_Location_Model class

Constructors

DHL_Location_Model({required String formattedAddress, required String country, required String province, required String city, required String district, required String citycode, required String adcode, required String street, required String number, required String POIName, required String AOIName, required double lat, required double lon})

Properties

adcode String
final
AOIName String
final
city String
final
citycode String
final
country String
final
district String
final
formattedAddress String
final
hashCode int
The hash code for this object.
no setterinherited
lat double
final
lon double
final
number String
final
POIName String
final
province String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
street String
final

Methods

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

Operators

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

Static Methods

fromMap(dynamic map) DHL_Location_Model