AppLocalization class
Constructors
- AppLocalization(Locale locale)
Properties
Methods
-
load(
) → Future< bool> -
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 key) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
BuildContext context) → AppLocalization?
Constants
-
delegate
→ const LocalizationsDelegate<
AppLocalization>