GetHomeRegionResult constructor

GetHomeRegionResult({
  1. String? homeRegion,
})

Implementation

GetHomeRegionResult({
  this.homeRegion,
});