EdgeLocation constructor

EdgeLocation({
  1. String? metropolitanArea,
})

Implementation

EdgeLocation({
  this.metropolitanArea,
});