RegistrationAddress class

Registration address (nested format)

Constructors

RegistrationAddress({City? city, Country? country, String? appartment, String? house, String? block, Province? province, Street? street, DistrictOfProvince? districtOfProvince})
RegistrationAddress.fromMap(Map<String, dynamic> map)
factory

Properties

appartment String?
final
block String?
final
city City?
final
country Country?
final
districtOfProvince DistrictOfProvince?
final
hashCode int
The hash code for this object.
no setterinherited
house String?
final
province Province?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
street Street?
final

Methods

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

Operators

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