ValueType enum

To explicitly specify the value type format for a property value.

Inheritance

Constructors

ValueType()
const

Values

binary → const ValueType
boolean → const ValueType
calendarAddress → const ValueType
date → const ValueType
dateTime → const ValueType
duration → const ValueType
float → const ValueType
integer → const ValueType
period → const ValueType
periodList → const ValueType
recurrence → const ValueType
text → const ValueType
time → const ValueType
uri → const ValueType
utcOffset → const ValueType
other → const ValueType
typeClassification → const ValueType
typeUriList → const ValueType
typeDateTimeList → const ValueType
typeFreeBusy → const ValueType
typeParticipantStatus → const ValueType
typeRange → const ValueType
typeAlarmTriggerRelationship → const ValueType
typeRelationship → const ValueType
typeRole → const ValueType
typeValue → const ValueType

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Constants

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