SetupAction constructor

SetupAction({
  1. UserFacingMessage? description,
  2. LaunchAppAction? launchApp,
  3. UserFacingMessage? title,
})

Implementation

SetupAction({
  this.description,
  this.launchApp,
  this.title,
});