TargetLocation constructor

TargetLocation({
  1. String? address,
  2. String? locationName,
})

Implementation

TargetLocation({
  this.address,
  this.locationName,
});