RelevantLocation constructor

RelevantLocation({
  1. String? placeId,
  2. String? relationType,
})

Implementation

RelevantLocation({
  this.placeId,
  this.relationType,
});