RobotApplicationConfig constructor
RobotApplicationConfig({
- required String application,
- required LaunchConfig launchConfig,
- String? applicationVersion,
Implementation
RobotApplicationConfig({
required this.application,
required this.launchConfig,
this.applicationVersion,
});