HintResult constructor

HintResult(
  1. String? text, {
  2. String? displayText,
  3. String? className,
  4. Position? from,
  5. Position? to,
  6. HintRenderer? hintRenderer,
  7. HintApplier? hintApplier,
})

Implementation

HintResult(this.text,
    {this.displayText,
    this.className,
    this.from,
    this.to,
    this.hintRenderer,
    this.hintApplier});