PromptAbortedException constructor
const
PromptAbortedException([
- String message = 'no input available; pass the values as options instead ' 'of using the wizard'
Creates an abort carrying an actionable message.
Implementation
const PromptAbortedException([
this.message = 'no input available; pass the values as options instead '
'of using the wizard',
]);