NUIMTLingual class
Singleton instance of the NUIMTLingual class
Constructors
- NUIMTLingual.builder(NUIMTLingualBuilder builder)
- Building the NUIMTLingual instance from the builder class
Properties
-
availableLangs
→ List<
String> -
Open method to get the list of configured language codes
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedLang → String?
-
Open method to get the selected language
no setter
Methods
-
changeLang(
String lang) → Future - Changing the current selected language
-
lang(
String code) → String? - Getting the language dictionary based on the label code provided
-
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
Static Methods
-
get(
) → NUIMTLingual?