SpeechPackState enum Null safety
speech pack states
Constants
- downloadComplete → const SpeechPackState
-
Download complete
const SpeechPackState(6)
- downloadError → const SpeechPackState
-
Download error
const SpeechPackState(4)
- downloading → const SpeechPackState
-
Downloading
const SpeechPackState(1)
- extractComplete → const SpeechPackState
-
Extract Complete
const SpeechPackState(3)
- extractError → const SpeechPackState
-
Extract error
const SpeechPackState(5)
- extracting → const SpeechPackState
-
Extracting
const SpeechPackState(2)
- unknown → const SpeechPackState
-
Unknown
const SpeechPackState(0)
-
values
→ const List<
SpeechPackState> -
A constant List of the values in this enum, in order of their declaration.
const List<
SpeechPackState>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited