CreateService class

Constructors

CreateService()

Properties

hashCode int
The hash code for this object.
no setterinherited
pageCategory String
getter/setter pair
pageComment String
getter/setter pair
pageName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectModule String
getter/setter pair

Methods

checkFileIsExist(String file) Future<void>
getDirectories(String source) Future<List<String>>
getPageModule() Future<void>
handleInputName() Future<void>
handleSelectModule(List<String> list) Future<void>
handleWriteFile(String fullName, String name) Future<void>
handleWriteFolder(String fullName, String name) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectPageType() Future<void>
toString() String
A string representation of this object.
inherited
updateCommonImport(String name) Future<void>
updateProjectImport(String name) Future<void>
updateRouterConstants(String name) Future<void>
updateRouterConstantsPagesPath(String name) Future<void>
updateRoutes(String name) Future<void>

Operators

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