Suggestion constructor

Suggestion(
  1. String placeId,
  2. String description
)

Implementation

Suggestion(this.placeId, this.description);