Address class

This represents an address of a platform contact For web please see: https://wicg.github.io/contact-api/spec/#contactaddress For Androoid pllease see: https://tools.ietf.org/html/rfc6350 See also FullContact

Constructors

Address({int? type, String? customLabel, List<String>? addressLine, String? pobox, String? neighborhood, String? city, String? region, String? postcode, String? country, String? sortingCode, String? recipient, String? phone, String? organization, String? dependentLocality})
Address.fromMap(Map map)
factory

Properties

addressLine List<String>?
This can be null
final
city String?
This can be null
final
country String?
This can be null
final
customLabel String?
This can be null
final
dependentLocality String?
This can be null
final
hashCode int
The hash code for this object.
no setteroverride
neighborhood String?
This can be null
final
organization String?
This can be null
final
phone String?
This can be null
final
pobox String?
This can be null
final
postcode String?
This can be null
final
recipient String?
This can be null
final
region String?
This can be null
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortingCode String?
This can be null
final
street String
This can be null
no setter
type int?
This can be null
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 other) bool
The equality operator.
override