Aoi constructor

const Aoi({
  1. String? id,
  2. String? name,
  3. String? adcode,
  4. String? location,
  5. String? area,
  6. String? distance,
  7. String? type,
})

Implementation

const Aoi({
  this.id,
  this.name,
  this.adcode,
  this.location,
  this.area,
  this.distance,
  this.type,
});