PlaceDetails constructor

PlaceDetails({
  1. Result? result,
  2. String? status,
})

Implementation

PlaceDetails({this.result, this.status});