SupportsSimpleTranslationToTargetsList mixin
Translator which supports translation to multiple languages of one text 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 -
translateToTargetsList(
String source, LanguageCode sourceLanguage, List< LanguageCode> targets) → Future<Translation> -
Translates given text to specified languages
source
- text which should be translatedsourceLanguage
- the language in whichsource
was giventargets
- list of languages to whichsource
should be translated
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited