TranslationProducerReadyOptions class
Constructors
-
TranslationProducerReadyOptions({required TranslationProducerReadyData data, void updateTranslationProducerMap(TranslationProducerMap (TranslationProducerMap))?, Future<
void> pauseOriginalProducer(String originalProducerId)?, ShowAlert? showAlert})
Properties
- data → TranslationProducerReadyData
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pauseOriginalProducer
→ Future<
void> Function(String originalProducerId)? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAlert → ShowAlert?
-
final
- updateTranslationProducerMap → void Function(TranslationProducerMap (TranslationProducerMap))?
-
final
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