pathInstallCommand property

List<String> get pathInstallCommand

Implementation

List<String> get pathInstallCommand {
  final filename = "${appNamespace}_install_command.dart";
  return _createPath(libPath, filename);
}