AddRegion constructor

const AddRegion({
  1. DownloadableRegion<List<Object>>? region,
})

Implementation

const AddRegion({
  this.region,
});