ZipcodeAddressModel class

Constructors

ZipcodeAddressModel({String? country, String? state, String? city, String? district, String? streetName, String? houseNumber, String? latitude, String? longitude})

Properties

city String?
final
country String?
final
district String?
final
hashCode int
The hash code for this object.
no setteroverride
houseNumber String?
final
latitude String?
final
longitude String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
streetName 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.
override

Operators

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