PhoneNumberKey enum
Values
- AssistantPhone → const PhoneNumberKey
- 
  The assistant's phone number. 
- BusinessFax → const PhoneNumberKey
- 
  The business fax number. 
- BusinessPhone → const PhoneNumberKey
- 
  The business phone number. 
- BusinessPhone2 → const PhoneNumberKey
- 
  The second business phone number. 
- Callback → const PhoneNumberKey
- 
  The callback number. 
- CarPhone → const PhoneNumberKey
- 
  The car phone number. 
- CompanyMainPhone → const PhoneNumberKey
- 
  The company's main phone number. 
- HomeFax → const PhoneNumberKey
- 
  The home fax number. 
- HomePhone → const PhoneNumberKey
- 
  The home phone number. 
- HomePhone2 → const PhoneNumberKey
- 
  The second home phone number. 
- Isdn → const PhoneNumberKey
- 
  The ISDN number. 
- MobilePhone → const PhoneNumberKey
- 
  The mobile phone number. 
- OtherFax → const PhoneNumberKey
- 
  An alternate fax number. 
- OtherTelephone → const PhoneNumberKey
- 
  An alternate phone number. 
- Pager → const PhoneNumberKey
- 
  The pager number. 
- PrimaryPhone → const PhoneNumberKey
- 
  The primary phone number. 
- RadioPhone → const PhoneNumberKey
- 
  The radio phone number. 
- Telex → const PhoneNumberKey
- 
  The Telex number. 
- TtyTddPhone → const PhoneNumberKey
- 
  The TTY/TTD phone number. 
- BusinessMobile → const PhoneNumberKey
- 
  Business mobile number. 
- IPPhone → const PhoneNumberKey
- 
  IP Phone number. 
- Mms → const PhoneNumberKey
- 
  Mms number. 
- Msn → const PhoneNumberKey
- 
  Msn number. 
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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
Constants
- 
    values
  → const List<PhoneNumberKey> 
- A constant List of the values in this enum, in order of their declaration.