Region constructor

Region(
  1. String regionType,
  2. String addressName,
  3. String region1depthName,
  4. String region2depthName,
  5. String region3depthName,
  6. String region4depthName,
  7. String code,
  8. double x,
  9. double y,
)

Implementation

Region(
    this.regionType,
    this.addressName,
    this.region1depthName,
    this.region2depthName,
    this.region3depthName,
    this.region4depthName,
    this.code,
    double x,
    double y)
    : super(x, y);