RunnerOptions class
Constructors
- RunnerOptions({String hostname = '127.0.0.1', int port = 3000, int concurrency = 1, bool useZone = false, bool respawn = true, bool quiet = false, String certificateFile, String keyFile, bool ssl = false, bool http2 = false, String certificatePassword, String keyPassword})
- RunnerOptions.fromArgResults(ArgResults argResults)
-
factory
Properties
- certificateFile → String
-
final
- certificatePassword → String
-
final
- concurrency → int
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hostname → String
-
final
- http2 → bool
-
final
- keyFile → String
-
final
- keyPassword → String
-
final
- port → int
-
final
- quiet → bool
-
final
- respawn → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- ssl → bool
-
final
- useZone → bool
-
final
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 ==(
Object other) → bool -
The equality operator. [...]
inherited