Suggestion constructor

Suggestion(
  1. String label,
  2. String value,
  3. {Map source,
  4. int clickId}
)

Implementation

Suggestion(this.label, this.value, {this.source, this.clickId}) {}