Localizations class
Constructors
- Localizations.withSheetData(L10nSheet sheetData, {required String outputFileName, required String className, required bool genExtension})
Properties
- className → String
-
final
-
exporters
→ List<
Exporter> -
final
- genExtension → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputFileName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sheetData → L10nSheet
-
finalinherited
Methods
-
export(
) → Future< void> -
inherited
-
getClassName(
{String? language}) → String -
getMixinName(
{String? language}) → String -
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