Babel class

Constructors

Babel(Project project)
Babel.fromPath(String? path)
Creates a new instance of Project from the given path.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
project → Project
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanGeneratedFiles() Future<void>
cleanUnusedTranslations(bool dryRun) Future<void>
deleteUnusedTranslations(UnusedTranslationsReport report) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printInfo() → void
printReport({required ReportDisplayMode displayMode, required ReportMode reportMode, Directory? exportDirectory}) Future<void>
sortTranslationKeys() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited