Address class

Constructors

Address(Person person)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
person Person
final
random RandomGenerator
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildingNumber() String
Generates a building number.
city() String
Generates a city.
cityPrefix() String
Generates a city prefix.
citySuffix() String
Generates a city suffix.
continent() String
Generates a continent.
country() String
Generates a country.
countryCode() String
Generates a country code.
neighborhood() String
Generates a neighborhood.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
state() String
Generates a US state.
stateAbbreviation() String
Generates a US state abbreviation.
stateAsMap() Map<String, String>
Generates a Map containing a US state and it's abbreviation.
streetAddress() String
Generates a street address.
streetName() String
Generates a street name.
streetSuffix() String
Generates a street suffix.
toString() String
A string representation of this object.
inherited
zipCode() String
Generates a zip code.

Operators

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

Constants

cityPrefixes → const List<String>
compassDirections → const List<String>