LaunchConfig class

Information about a launch configuration.

Constructors

LaunchConfig({required String launchFile, required String packageName, Map<String, String>? environmentVariables, PortForwardingConfig? portForwardingConfig, bool? streamUI})
LaunchConfig.fromJson(Map<String, dynamic> json)
factory

Properties

environmentVariables Map<String, String>?
The environment variables for the application launch.
final
hashCode int
The hash code for this object.
no setterinherited
launchFile String
The launch file name.
final
packageName String
The package name.
final
portForwardingConfig PortForwardingConfig?
The port forwarding configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamUI bool?
Boolean indicating whether a streaming session will be configured for the application. If True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and luanch the component. It must have a graphical user interface.
final

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