FolderPaths class
Constructors
- FolderPaths.new()
-
factory
Properties
- apiConstRoutesFile ↔ String
-
getter/setter pair
- appRoutesFile ↔ String
-
getter/setter pair
- bindingsFile ↔ String
-
getter/setter pair
- controllersFolder ↔ String
-
getter/setter pair
- featureFolder ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonFile ↔ String
-
getter/setter pair
- modelsFolder ↔ String
-
getter/setter pair
- repoFolder ↔ String
-
getter/setter pair
- routesFile ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringConstantPath ↔ String
-
getter/setter pair
- uiFolder ↔ String
-
getter/setter pair
Methods
-
controllerFile(
String name) → String -
locale(
) → String -
modelFile(
String modelName, String featureName) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
repoFile(
String name) → String -
toString(
) → String -
A string representation of this object.
inherited
-
translationFile(
String fileName) → String -
viewFile(
String name) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → FolderPaths
-
final