BaseCarver class abstract
- Implementers
Constructors
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
-
extractPossibleDirectories(
bool verbose, List< String> foundPaths) → String - Extracts possible directories from the name argument into a single string
-
formatClassName(
bool verbose, String filename) → String -
Formats the extracted
filename
-
generateFile(
String name, String content, String directory) → void - Generates a File in the lib directory of a flutter app.
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- EMPTY_STRING → const String
- UNDERSCORE → const String