LocalGovernmentDto constructor

LocalGovernmentDto({
  1. int? prefectureCd,
  2. String? prefectureName,
  3. String? localGovernmentCd,
  4. String? localGovernmentName,
  5. String? localGovernmentNameKana,
  6. bool? ordinanceDesignated,
})

Implementation

LocalGovernmentDto({
  this.prefectureCd,
  this.prefectureName,
  this.localGovernmentCd,
  this.localGovernmentName,
  this.localGovernmentNameKana,
  this.ordinanceDesignated,
});