SupportsBulkTranslationToSingleTarget mixin
Translator which supports translation of multiple texts to single language at a time
- Superclass constraints
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
translate(
String source, LanguageCode sourceLanguage, LanguageCode target) → Future< String> -
Translates given text to specified language
source
- text which should be translatedsourceLanguage
- the language in whichsource
was giventarget
- language to whichsource
should be translatedinherited -
translateBulkToSingleTarget(
List< String> sources, LanguageCode sourceLanguage, LanguageCode target) → Future<List< String> > -
Translates given texts to specified language
sources
- list of text which should be translatedsourceLanguage
- the language in whichsources
were giventarget
- language to whichsources
should be translated
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited