Ask constructor

Ask(
  1. String sentence, {
  2. String? error,
})

Implementation

Ask(this.sentence, { this.error });