Definitions class

Inheritance

Constructors

Definitions({dynamic modules, dynamic packageName, dynamic stub, dynamic superModelPath, dynamic modelPath, dynamic controllerPath, dynamic servicePath, dynamic httpClientPath})
Definitions.fromDynamic(dynamic source)
factory

Properties

controllerPath String
latefinal
hashCode int
The hash code for this object.
no setterinherited
httpClientPath String
latefinal
modelPath String
latefinal
modules List<Module>
latefinal
packageName String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicePath String
latefinal
stub Stub
latefinal
superModelPath String
latefinal

Methods

copyWith(Map<String, dynamic> data) Definitions
getControllerPath(String moduleName) String
getHttpClientImportPath() String
getModelImportPath(String moduleName) String
getServiceImportPath(String moduleName) String
getSuperModelImportPath() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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