StatefulCarver class
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
-
carveStateful(ArgResults argResults)
→ void
-
-
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