ParsedArgs constructor

ParsedArgs(bool help, bool lowResourcesMode, String config, String define, String hostName, int buildRunnerPort, int proxyPort, int webSocketPort, bool spa, String directory)

Implementation

ParsedArgs(
    this.help,
    this.lowResourcesMode,
    this.config,
    this.define,
    this.hostName,
    this.buildRunnerPort,
    this.proxyPort,
    this.webSocketPort,
    this.spa,
    this.directory);