Prompt constructor

Prompt(
  1. String act,
  2. String prompt
)

Implementation

Prompt(this.act, this.prompt);