FileGenerator class
Constructors
- FileGenerator(TemplateGenerator templateGenerator)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- templateGenerator → TemplateGenerator
-
final
Methods
-
ensureDirectoryExists(
String dirPath) → Future< void> -
generateFeature(
String name) → Future< void> -
generateModel(
String name) → Future< void> -
generateRepository(
String name) → Future< void> -
generateScreen(
String name) → Future< void> -
generateUseCase(
String name) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeFile(
String filePath, String content) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited