Location constructor

Location({
  1. int? index,
  2. String? segmentId,
})

Implementation

Location({
  this.index,
  this.segmentId,
});