AskStep constructor

AskStep(
  1. String key,
  2. String prompt
)

Implementation

AskStep(this.key, this.prompt);