DeploymentLaunchConfig class

Configuration information for a deployment launch.

Constructors

DeploymentLaunchConfig({required String launchFile, required String packageName, Map<String, String>? environmentVariables, String? postLaunchFile, String? preLaunchFile})
DeploymentLaunchConfig.fromJson(Map<String, dynamic> json)
factory

Properties

environmentVariables Map<String, String>?
An array of key/value pairs specifying environment variables for the robot application
final
hashCode int
The hash code for this object.
no setterinherited
launchFile String
The launch file name.
final
packageName String
The package name.
final
postLaunchFile String?
The deployment post-launch file. This file will be executed after the launch file.
final
preLaunchFile String?
The deployment pre-launch file. This file will be executed prior to the launch file.
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