PrefectureListDto constructor
PrefectureListDto({
- List<
PrefectureDto> ? PREFECTURES, - List<
PrefectureDto> ? prefectures,
Implementation
PrefectureListDto({
this.PREFECTURES,
this.prefectures,
});