pathInstallLibraryBase property

List<String> get pathInstallLibraryBase

Implementation

List<String> get pathInstallLibraryBase {
  const filename = "install_base_library.dart";
  return _createPath(installPath, filename);
}