Address class

Constructors

Address({required String country, String? fullName, String? city, String? postalCode, String? zone, String? addressLine1, String? addressLine2})
const

Properties

addressLine1 String?
First line of the address, usually street name with other data.
final
addressLine2 String?
Second line of the address.
final
city String?
City, town, village, etc.
final
country String
Country. ISO 3166-1 alpha-2.
final
fullName String?
Full personal name and/or company name.
final
hashCode int
The hash code for this object.
no setterinherited
postalCode String?
Postal code, ZIP code, post office code, etc.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zone String?
Country zone like state or province. ISO 3166-2.
final

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