SegmentLocation constructor

SegmentLocation({
  1. SetDimension? country,
  2. GPSPointDimension? gPSPoint,
})

Implementation

SegmentLocation({
  this.country,
  this.gPSPoint,
});