PromptResponse constructor

const PromptResponse({
  1. String? value,
  2. bool cancelled = false,
})

Implementation

const PromptResponse({this.value, this.cancelled = false});