AddressDetailedInfo class
Detailed information about the address.
Constructors
-
AddressDetailedInfo(Map<
String, dynamic> nativeAddressDetailedInfo) - Detailed information about the address.
Properties
- city ↔ String?
-
The address city portion of the document owner.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jurisdiction ↔ String?
-
The address jurisdiction code portion of the document owner.
getter/setter pair
- postalCode ↔ String?
-
The address postal code portion of the document owner.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- street ↔ String?
-
The address street portion of the document owner.
getter/setter pair
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