NyLocalizationConfig class

Configuration class for NyLocalization.

Used with Nylo.configure to set up localization in a single call.

Example:

NyLocalizationConfig(
  localeType: LocaleType.device,
  languageCode: 'en',
  assetsDirectory: 'lang/',
)

Constructors

NyLocalizationConfig({LocaleType localeType = LocaleType.asDefined, required String languageCode, String assetsDirectory = 'lang/'})
const

Properties

assetsDirectory → String
The directory containing language JSON files.
final
hashCode → int
The hash code for this object.
no setterinherited
languageCode → String
The default language code (e.g., 'en', 'es', 'fr').
final
localeType → LocaleType
How the locale should be determined.
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