NGram constructor

NGram(
  1. Object input, {
  2. Object? min,
  3. Object? max,
})

Implementation

NGram(this.input, {this.min, this.max});