PlaceMeta constructor

PlaceMeta({
  1. String? addressId,
  2. String? addressDescription,
  3. String? latitude,
  4. String? longitude,
})

Implementation

PlaceMeta({
  this.addressId,
  this.addressDescription,
  this.latitude,
  this.longitude,
});