pathExtendCommand property

List<String> get pathExtendCommand

Implementation

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