AddRegion constructor

const AddRegion({
  1. DownloadableRegion? region,
})

Implementation

const AddRegion({
  this.region,
});