ContactDetail class

ContactDetail includes the following elements.

Constructors

ContactDetail({String? addressLine1, String? addressLine2, String? city, ContactType? contactType, CountryCode? countryCode, String? email, List<ExtraParam>? extraParams, String? fax, String? firstName, String? lastName, String? organizationName, String? phoneNumber, String? state, String? zipCode})
ContactDetail.fromJson(Map<String, dynamic> json)
factory

Properties

addressLine1 String?
First line of the contact's address.
final
addressLine2 String?
Second line of contact's address, if any.
final
city String?
The city of the contact's address.
final
contactType ContactType?
Indicates whether the contact is a person, company, association, or public organization. Note the following:
final
countryCode CountryCode?
Code for the country of the contact's address.
final
email String?
Email address of the contact.
final
extraParams List<ExtraParam>?
A list of name-value pairs for parameters required by certain top-level domains.
final
fax String?
Fax number of the contact.
final
firstName String?
First name of contact.
final
hashCode int
The hash code for this object.
no setterinherited
lastName String?
Last name of contact.
final
organizationName String?
Name of the organization for contact types other than PERSON.
final
phoneNumber String?
The phone number of the contact.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state or province of the contact's city.
final
zipCode String?
The zip or postal code of the contact's address.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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