PrefectureListDto constructor

PrefectureListDto({
  1. List<PrefectureDto>? PREFECTURES,
  2. List<PrefectureDto>? prefectures,
})

Implementation

PrefectureListDto({
  this.PREFECTURES,
  this.prefectures,
});