Region constructor

Region({
  1. Coordinates? center,
})

Implementation

Region({
  this.center,
});