VNDistrict constructor

VNDistrict(
  1. String name,
  2. int code,
  3. VietnamDivisionType divisionType,
  4. String codename,
  5. int provinceCode,
)

Implementation

VNDistrict(String name, int code, VietnamDivisionType divisionType,
    String codename, this.provinceCode)
    : super(name, code, divisionType, codename);