LocalGovernmentSummaryDto constructor

LocalGovernmentSummaryDto({
  1. String? localGovernmentCd,
  2. String? localGovernmentName,
  3. String? localGovernmentNameKana,
  4. bool? ordinanceDesignated,
})

Implementation

LocalGovernmentSummaryDto({
  this.localGovernmentCd,
  this.localGovernmentName,
  this.localGovernmentNameKana,
  this.ordinanceDesignated,
});