BuzzerDuration enum
Enum representing different durations for the buzzer sound.
Constructors
- BuzzerDuration()
-
const
Values
- duration50ms → const BuzzerDuration
- duration75ms → const BuzzerDuration
- duration100ms → const BuzzerDuration
- duration200ms → const BuzzerDuration
- duration400ms → const BuzzerDuration
Properties
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<
BuzzerDuration> - A constant List of the values in this enum, in order of their declaration.