LocalizationHelper class

Helper class for localization configuration.

This class provides access to localization configuration settings from the morpheme.yaml file, making it easy to retrieve localization parameters for code generation and management.

Constructors

LocalizationHelper(String pathMorphemeyaml)
Creates a LocalizationHelper instance from a morpheme.yaml file.

Properties

arbDir String
Gets the directory containing ARB files
no setter
hashCode int
The hash code for this object.
no setterinherited
outputClass String
Gets the output class name for generated localization code
no setter
outputDir String
Gets the output directory for generated localization files
no setter
outputLocalizationFile String
Gets the output localization file name
no setter
replace bool
Gets whether to replace existing files during generation
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateArbFile String
Gets the template ARB file name
no setter

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