Suggestion constructor

Suggestion({
  1. String? subtype,
})

Implementation

Suggestion({
  this.subtype,
});