PlaceResponse constructor

PlaceResponse(
  1. String timestamp,
  2. int status,
  3. String message, [
  4. List<Place>? data,
])

Implementation

PlaceResponse(this.timestamp, this.status, this.message, [this.data]);