suggestionBefore property

  1. @Input()
String? suggestionBefore
getter/setter pair

A piece of suggestion text before the description; optional.

Implementation

@Input()
String? suggestionBefore;