ParsedArgs class
An object which represents the parsed arguments of the defaultArgParser.
Constructors
- ParsedArgs(bool help, bool lowResourcesMode, String config, String define, String hostName, int buildRunnerPort, int proxyPort, int webSocketPort, bool spa, String directory)
- ParsedArgs.from(ArgResults results)
-
factory
Properties
- buildRunnerPort → int
-
final
- buildRunnerServeArgs → List<String>
-
Arguments needed to run buildRunnerServe.
read-only
- buildRunnerUri → Uri
-
Uri where
build_runner
is serving.read-only - config → String
-
final
- define → String
-
final
- directory → String
-
final
- help → bool
-
final
- hostName → String
-
final
- lowResourcesMode → bool
-
final
- proxyPort → int
-
final
- proxyUri → Uri
-
Uri for proxy server.
read-only
- spa → bool
-
final
- webSocketPort → int
-
final
- webSocketUri → Uri
-
Uri for WebScoket server.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
other) → bool -
The equality operator. [...]
inherited