TargetLocation constructor

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

Implementation

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