ChannelState enum

Placeholder documentation for ChannelState

Inheritance

Constructors

ChannelState()
const

Values

creating → const ChannelState
createFailed → const ChannelState
idle → const ChannelState
starting → const ChannelState
running → const ChannelState
recovering → const ChannelState
stopping → const ChannelState
deleting → const ChannelState
deleted → const ChannelState
updating → const ChannelState
updateFailed → const ChannelState

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<ChannelState>
A constant List of the values in this enum, in order of their declaration.