RandomAddress class

class to hold a randomly generated address

Constructors

RandomAddress({required String firstName, required String lastName, required String street, required String zipCode, required String city, required String state, required String country, required String telephoneNumber, required String mobileTelephoneNumber, required String emailAddress, required String dateOfBirth, required String jobTitle, required String hobbies})

Properties

city String
final
country String
final
dateOfBirth String
final
emailAddress String
final
firstName String
final
hashCode int
The hash code for this object.
no setterinherited
hobbies String
final
jobTitle String
final
lastName String
final
mobileTelephoneNumber String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
final
street String
final
telephoneNumber String
final
zipCode String
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.
inherited