doctor property
void
get
doctor
used by the 'doctor' command to prints the details for this project.
Implementation
void get doctor {
print('');
print('');
print('Dart Script Details');
_colprint('Name', scriptName);
_colprint('Directory', privatePath(pathToScriptDirectory));
}