Prompter constructor

Prompter(
  1. String message, {
  2. bool secret = false,
})

Implementation

Prompter(this.message, {this.secret = false});