DeploymentCommand class

Used to specify a stack or deployment command.

Constructors

DeploymentCommand({required DeploymentCommandName name, Map<String, List<String>>? args})
DeploymentCommand.fromJson(Map<String, dynamic> json)
factory

Properties

args Map<String, List<String>>?
The arguments of those commands that take arguments. It should be set to a JSON object with the following format:
final
hashCode int
The hash code for this object.
no setterinherited
name DeploymentCommandName
Specifies the operation. You can specify only one command.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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