PromptResult constructor
PromptResult({
- required PromptType type,
- required dynamic value,
Implementation
PromptResult({
required this.type,
required this.value,
});