GoodReadLedDuration enum

Enum representing different durations for the good read LED.

Inheritance

Constructors

GoodReadLedDuration()
const

Values

disabled → const GoodReadLedDuration
duration10ms → const GoodReadLedDuration
duration60ms → const GoodReadLedDuration
duration100ms → const GoodReadLedDuration
duration200ms → const GoodReadLedDuration
duration400ms → const GoodReadLedDuration
duration500ms → const GoodReadLedDuration
duration800ms → const GoodReadLedDuration
duration2000ms → const GoodReadLedDuration

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