homeProjectPath property

String homeProjectPath

Implementation

static String get homeProjectPath =>
    _pathToHomeProject ?? DartProject.fromPath('.').pathToProjectRoot;
void homeProjectPath=(String pathToHomeProject)

Implementation

static set homeProjectPath(String pathToHomeProject) =>
    _pathToHomeProject = pathToHomeProject;