SpeechCondition class Null safety
Speech condition
- Annotations
Constructors
-
SpeechCondition({required List<
String> paths, required String type, required String mode, SpeechConditionParameter? parameter, String? layer}) - Speech condition
-
SpeechCondition.fromJson(Map<
String, dynamic> json) -
Generate from json
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- layer → String?
-
Layer (used for filtering via audio settings)
final
- mode → String
-
Which running mode is it valid for? (demo or race day)
final
- parameter → SpeechConditionParameter?
-
Some condition types can be coupled with values (e.g. DISTANCE_PASSED)
final
-
paths
→ List<
String> -
The path to the mp3 files for this condition
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type → String
-
What kind of condition triggers this speech?
final
Methods
-
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