Region constructor

Region(String regionType, String addressName, String region1depthName, String region2depthName, String region3depthName, String region4depthName, String code, double x, 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);