CubitCreateCommand class

Inheritance
Mixed in types

Constructors

CubitCreateCommand({required Validations? validations})

Properties

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

Methods

createDirectory({required String path}) Future<void>
inherited
createPage() Future<void>
execute() Future<void>
override
getBlocEventFileContent(String screenName, String content) String
inherited
getBlocFileContent(String screenName, String content) String
inherited
getBlocStateFileContent(String screenName, String content) String
inherited
getNavigatorFileContent(String screenName, String navigatorFileContent) String
inherited
getRepositoryFileContent(String screenName, String content) String
inherited
getRoutesFileContent(String screenName, String routesFileContent) String
inherited
getScreenFileContent(String screenName, String content) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFile({required String path}) Future<String>
inherited
requiredValidate() bool
override
toString() String
A string representation of this object.
inherited
writeFile({required String path, required String content}) Future<void>
inherited

Operators

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