FrameSourceState enum

Inheritance

Constructors

FrameSourceState(String _name)
const

Values

on → const FrameSourceState
const FrameSourceState('on')
off → const FrameSourceState
const FrameSourceState('off')
starting → const FrameSourceState
const FrameSourceState('starting')
stopping → const FrameSourceState
const FrameSourceState('stopping')
standby → const FrameSourceState
const FrameSourceState('standby')
bootingUp → const FrameSourceState
const FrameSourceState('bootingUp')
wakingUp → const FrameSourceState
const FrameSourceState('wakingUp')
goingToSleep → const FrameSourceState
const FrameSourceState('goingToSleep')
shuttingDown → const FrameSourceState
const FrameSourceState('shuttingDown')

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.
override

Operators

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

Constants

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