LocalGovernmentListDto constructor

LocalGovernmentListDto({
  1. int? prefectureCd,
  2. String? prefectureName,
  3. List<LocalGovernmentSummaryDto>? localGovernments,
})

Implementation

LocalGovernmentListDto({
  this.prefectureCd,
  this.prefectureName,
  this.localGovernments,
});