LangConfig class abstract

The configuration class for managing language settings.

Constructors

LangConfig()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

currentLang String
The current language.
getter/setter pair
defaultLang String
The default language.
getter/setter pair
langDirName String
The directory name where language files are located.
getter/setter pair
outputDirName String
The output file name for generated language files.
getter/setter pair

Static Methods

init([String? configFileName]) → void
Initializes the language configuration.