VCardIdentifier enum

vCard identifiers

Inheritance
Available extensions

Values

home → const VCardIdentifier

Identifier for address, label and telephone

const VCardIdentifier('HOME')
work → const VCardIdentifier

Identifier for address, label and telephone

const VCardIdentifier('WORK')
postal → const VCardIdentifier

Identifier for address and label

const VCardIdentifier('POSTAL')
parcel → const VCardIdentifier

Identifier for address and label

const VCardIdentifier('PARCEL')
intl → const VCardIdentifier

Identifier for label

const VCardIdentifier('INTL')
public → const VCardIdentifier

Describes the sensitivity of the information in the vCard.

const VCardIdentifier('PUBLIC')
private → const VCardIdentifier

Describes the sensitivity of the information in the vCard.

const VCardIdentifier('PRIVATE')
confidential → const VCardIdentifier

Describes the sensitivity of the information in the vCard.

const VCardIdentifier('CONFIDENTIAL')
cell → const VCardIdentifier

Identifier for address and telephone

const VCardIdentifier('CELL')
pager → const VCardIdentifier

Identifier for address and telephone

const VCardIdentifier('PAGER')
video → const VCardIdentifier

Identifier for address and telephone

const VCardIdentifier('VIDEO')
fax → const VCardIdentifier

Identifier for address and telephone

const VCardIdentifier('FAX')
voice → const VCardIdentifier

Identifier for address and telephone

const VCardIdentifier('VOICE')
msg → const VCardIdentifier

Identifier for address and telephone

const VCardIdentifier('MSG')

Properties

hashCode int
The hash code for this object.
no setterinherited
identifier String
final
index int
A numeric identifier for the enumerated value.
no setterinherited
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.
override

Operators

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

Constants

values → const List<VCardIdentifier>
A constant List of the values in this enum, in order of their declaration.