LocalGovernmentListDto constructor
LocalGovernmentListDto({
- int? prefectureCd,
- String? prefectureName,
- List<
LocalGovernmentSummaryDto> ? localGovernments,
Implementation
LocalGovernmentListDto({
this.prefectureCd,
this.prefectureName,
this.localGovernments,
});