HeliumGeocode constructor

HeliumGeocode({
  1. String? longCity,
  2. String? longCountry,
  3. String? longState,
  4. String? longStreet,
  5. String? shortCity,
  6. String? shortCountry,
  7. String? shortState,
  8. String? shortStreet,
  9. String? cityId,
})

Creates a new instance.

Implementation

HeliumGeocode({
  this.longCity,
  this.longCountry,
  this.longState,
  this.longStreet,
  this.shortCity,
  this.shortCountry,
  this.shortState,
  this.shortStreet,
  this.cityId,
});