Suggestion constructor

Suggestion({
  1. dynamic text,
})

Implementation

Suggestion({this.text});