EndOfSegmentLocation constructor

EndOfSegmentLocation({
  1. String? segmentId,
})

Implementation

EndOfSegmentLocation({
  this.segmentId,
});