VnBase constructor

VnBase(
  1. String name,
  2. int code,
  3. VietnamDivisionType divisionType,
  4. String codename,
)

Implementation

VnBase(this.name, this.code, this.divisionType, this.codename);