StatelessCarver class

Inheritance

Constructors

StatelessCarver()

Properties

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

Methods

carveStateless(ArgResults argResults) → void
extractPossibleDirectories(bool verbose, List<String> foundPaths) String
Extracts possible directories from the name argument into a single string
inherited
formatClassName(bool verbose, String filename) String
Formats the extracted filename
inherited
generateFile(String name, String content, String directory) → void
Generates a File in the lib directory of a flutter app.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validateFilename(bool verbose, String filename) → void
Check if the extracted filename from the --name argument matches dart coding standards
inherited

Operators

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