Features class

A class that represents a feature in the application.

Inheritance

Constructors

Features({required String? featureName})
Constructs a new Features instance with the given featureName.

Properties

assetsDirectory String
getter/setter pairinherited
featureName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
libDirectory String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createFiles(String parentDirectory, String fileNames, String content) → void
inherited
createSubDirectories(String parentDirectory, List<String> subDirectoryNames) → void
Creates subdirectories within the specified parent directory.
inherited
generate() → void
Generates the required folders.
inherited
generateFeature() → void
Generates the feature by creating subdirectories for screens, controller, and model.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFeature() → void
toString() String
A string representation of this object.
inherited

Operators

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