Search constructor

Search(
  1. int placeId,
  2. String name,
  3. String address,
  4. double score,
  5. String type,
)

Implementation

Search(this.placeId, this.name, this.address, this.score, this.type);