BaseLocaleSettings<E extends BaseAppLocale<T>, T extends BaseTranslations> class
abstract
Properties
-
baseLocale
→ E
-
The base locale
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
locales
→ List<E>
-
Locale enums sorted alphabetically and base locale first
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
translationMap
→ Map<E, T>
-
Internal: Manages all translation instances
May be modified when setting a custom plural resolver
final
-
utils
→ BaseAppLocaleUtils<E, T>
-
Internal: Reference to utils instance
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited