IcsStatus enum

Enumeration of all event statuses.

See doc: https://www.kanzaki.com/docs/ical/status.html

Inheritance

Constructors

IcsStatus(String key)
const

Values

tentative → const IcsStatus
const IcsStatus('TENTATIVE')
confirmed → const IcsStatus
const IcsStatus('CONFIRMED')
cancelled → const IcsStatus
const IcsStatus('CANCELLED')
needsAction → const IcsStatus
const IcsStatus('NEEDS-ACTION')
completed → const IcsStatus
const IcsStatus('COMPLETED')
inProcess → const IcsStatus
const IcsStatus('IN-PROCESS')
draft → const IcsStatus
const IcsStatus('DRAFT')
isFinal → const IcsStatus
const IcsStatus('FINAL')

Properties

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

Operators

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

Static Methods

fromString(String key) IcsStatus

Constants

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