VCardKind enum

Defines the type of entity that this vCard represents: 'application', 'individual', 'group', 'location' or 'organization'; 'x-*' values may be used for experimental purposes.

Inheritance
Available extensions

Values

application → const VCardKind

Entity type application

const VCardKind('application')
individual → const VCardKind

Entity type individual

const VCardKind('individual')
group → const VCardKind

Entity type group

const VCardKind('group')
location → const VCardKind

Entity type location

const VCardKind('location')
organization → const VCardKind

Entity type organization

const VCardKind('organization')
x → const VCardKind

For experimental purposes

const VCardKind('x-*')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
kind String
final
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<VCardKind>
A constant List of the values in this enum, in order of their declaration.