SpeechPackProgess class Null safety
Speech pack progress
- Annotations
- @DataClass()
Constructors
-
SpeechPackProgess({required String language, required double progress, required SpeechPackState state, StreamSubscription<
List< ? stream})int> > - Download progress
- SpeechPackProgess.initial()
- Initial download progress
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- language → String
-
Language for pack being downloaded
final
- progress → double
-
Progress
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- state → SpeechPackState
-
Progress type
final
-
stream
→ StreamSubscription<
List< ?int> > -
Download stream
final
Methods
-
copyWith(
{String? language, double? progress, SpeechPackState? state, StreamSubscription< List< ? stream}) → SpeechPackProgessint> > -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited