RoboStartingIntent constructor
      
      RoboStartingIntent({ 
    
    
- LauncherActivityIntent? launcherActivity,
- NoActivityIntent? noActivity,
- StartActivityIntent? startActivity,
- String? timeout,
Implementation
RoboStartingIntent({
  this.launcherActivity,
  this.noActivity,
  this.startActivity,
  this.timeout,
});