RadarReviewResourceLocation constructor

const RadarReviewResourceLocation({
  1. String? city,
  2. String? country,
  3. double? latitude,
  4. double? longitude,
  5. String? region,
})

RadarReviewResourceLocation

Implementation

const RadarReviewResourceLocation({
  this.city,
  this.country,
  this.latitude,
  this.longitude,
  this.region,
});