HintResult constructor
HintResult(
- String? text, {
- String? displayText,
- String? className,
- Position? from,
- Position? to,
- HintRenderer? hintRenderer,
- HintApplier? hintApplier,
Implementation
HintResult(this.text,
{this.displayText,
this.className,
this.from,
this.to,
this.hintRenderer,
this.hintApplier});