RegionInfo constructor

RegionInfo(
  1. List<String> regions,
  2. String keyword,
  3. String selectedRegion
)

Implementation

RegionInfo(this.regions, this.keyword, this.selectedRegion);