pathInstallLibraryCore property

List<String> get pathInstallLibraryCore

Implementation

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