HxAreaCodeModel constructor

HxAreaCodeModel(
  1. String? code,
  2. String? newCode,
  3. String? name,
  4. String? mark,
  5. String? areadesc,
)

Implementation

HxAreaCodeModel(
  this.code,
  this.newCode,
  this.name,
  this.mark,
  this.areadesc,
);