ActiveLocalization class
Constructors
- ActiveLocalization(Locale locale)
Properties
Methods
-
getTranslateValue(
String key) → String? -
load(
) → Future -
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
-
of(
BuildContext context) → ActiveLocalization?