Region constructor

Region({
  1. String? place,
})

Implementation

Region({
  this.place,
});