BareMetalApiServerArgument class
Represents an arg name->value pair.
Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
Constructors
- BareMetalApiServerArgument({String? argument, String? value})
- BareMetalApiServerArgument.fromJson(Map json_)
Properties
- argument ↔ String?
-
The argument name as it appears on the API Server command line, make sure
to remove the leading dashes.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String?
-
The value of the arg as it will be passed to the API Server command line.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited