SetupAction constructor
SetupAction({
- UserFacingMessage? description,
- LaunchAppAction? launchApp,
- UserFacingMessage? title,
Implementation
SetupAction({
this.description,
this.launchApp,
this.title,
});