PathHandler class
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
-
getApiBaseBlocEventImport(
{required String featureName}) → String -
getApiConstantPath(
{required String featureName}) → String -
getApiResponseImport(
) → String -
getApiResponsePath(
) → String -
getBlocPath(
{required String featureName}) → String -
getCoreApiConstantPath(
) → String -
getCoreMockApiConstantPath(
) → String -
getDartzImport(
{required String featureName}) → String -
getDataSourceImplPath(
{required String featureName}) → String -
getDataSourcePath(
{required String featureName}) → String -
getDependencyPath(
) → String -
getDIFilePath(
) → String -
getEventPath(
{required String featureName}) → String -
getFailureImport(
{required String featureName}) → String -
getFlutterBlocPath(
{required String featureName}) → String -
getInjectionContainerImport(
) → String -
getInjectionContainerImports(
{required String featureName}) → List< String> -
getInjectionContainerUseCaseImport(
{required String featureName, required String useCaseName}) → String -
getMockApiConstantImport(
{required String featureName}) → String -
getMockDiImports(
{required String featureName}) → List< String> -
getMockJsonPath(
{required String apiName}) → String -
getMockRepoImplPath(
{required String featureName}) → String -
getModelPath(
{required String featureName}) → String -
getNoRequestImport(
{required String featureName}) → String -
getPagePath(
{required String featureName}) → String -
getProdDiGetterImport(
{required String featureName}) → String -
getRepoImplPath(
{required String featureName}) → String -
getRepoImplResponseModelImport(
{required String featureName, required String responseModelName}) → String -
getRepoImport(
{required String featureName}) → String -
getRepoPath(
{required String featureName}) → String -
getRequestModelImport(
{required String featureName, required String apiName}) → String -
getRequestModelImportFile(
{required String featureName, required String requestModelName}) → String -
getResponseModelImport(
{required String featureName, required String responseModelName}) → String -
getScreenPath(
{required String featureName}) → String -
getStatePath(
{required String featureName}) → String -
getSuccessImport(
{required String featureName}) → String -
getUseCaseFileImport(
{required String featureName, required String useCaseFileName}) → String -
getUseCaseImport(
{required String featureName, required String useCaseName}) → String -
getUseCaseRequestModelImport(
{required String featureName, required String useCaseName}) → String -
getUseCasesPath(
{required String featureName}) → String -
getUseCasesSourcePath(
{required String featureName}) → 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