BaseAppLocaleUtils<E extends BaseAppLocale<E, T>, T extends BaseTranslations<E, T>> class abstract

Provides utility functions without any side effects.

Available Extensions

Constructors

BaseAppLocaleUtils({required E baseLocale, required List<E> locales, BuildModelConfig? buildConfig})

Properties

baseLocale → E
Internal: The base locale
final
buildConfig BuildModelConfig?
Internal: Used for translation overrides
final
hashCode int
The hash code for this object.
no setterinherited
locales List<E>
Internal: All locales, unordered
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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