RobotApplicationConfig constructor

RobotApplicationConfig({
  1. required String application,
  2. required LaunchConfig launchConfig,
  3. String? applicationVersion,
})

Implementation

RobotApplicationConfig({
  required this.application,
  required this.launchConfig,
  this.applicationVersion,
});