pathApp property

List<String> get pathApp

Implementation

List<String> get pathApp {
  const filename = "app.dart";
  return _createPath(libPath, filename);
}