Place constructor

Place({
  1. List? htmlAttributions,
  2. Result? result,
  3. String? status,
})

Implementation

Place({
  this.htmlAttributions,
  this.result,
  this.status,
});