Regions constructor

Regions({
  1. List<String>? regionCode,
})

Implementation

Regions({
  this.regionCode,
});