Address class sealed

Implemented types
Implementers

Properties

addressType AddressType?
getter/setter pair
city String?
getter/setter pair
codes Set<CodeStub>
getter/setter pairoverride
country String?
getter/setter pair
descr String?
getter/setter pair
encryptedSelf Base64String?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
houseNumber String?
getter/setter pair
identifier List<Identifier>
getter/setter pair
note String?
getter/setter pair
notes List<Annotation>
getter/setter pair
postalCode String?
getter/setter pair
postboxNumber String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
street String?
getter/setter pair
tags Set<CodeStub>
getter/setter pairoverride
telecoms List<Telecom>
no setter

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

encode(Address value) Map<String, dynamic>
fromJSON(Map<String, dynamic> data) Address