Translation class
Represents a single translation resource for a specific locale.
This class encapsulates the details necessary to identify and locate the translation
files or resources within the system. It is used by the LocalizationManager
to load
the necessary translations for the given locale.
Constructors
- Translation({required String name, required String path})
- Constructs a SupportedTranslation with specified name and path.
Properties
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