Locale class
Properties
Methods
-
get(
) → Future< Response> - Get User Locale
-
getContinents(
) → Future< Response> - List Continents
-
getCountries(
) → Future< Response> - List Countries
-
getCountriesEU(
) → Future< Response> - List EU Countries
-
getCountriesPhones(
) → Future< Response> - List Countries Phone Codes
-
getCurrencies(
) → Future< Response> - List Currencies
-
getLanguages(
) → Future< Response> - List Languages
-
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