ClimateRemovalsLocation constructor

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

ClimateRemovalsLocation

Implementation

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