ReadTime enum
Enum representing different read times for the scanner.
Constructors
- ReadTime()
-
const
Values
- zeroSeconds → const ReadTime
- oneSecond → const ReadTime
- twoSeconds → const ReadTime
- threeSeconds → const ReadTime
- fourSeconds → const ReadTime
- fiveSeconds → const ReadTime
- sixSeconds → const ReadTime
- sevenSeconds → const ReadTime
- eightSeconds → const ReadTime
- nineSeconds → const ReadTime
- indefinitely → const ReadTime
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