EndOfSegmentLocation constructor

EndOfSegmentLocation({
  1. String? segmentId,
  2. String? tabId,
})

Implementation

EndOfSegmentLocation({
  this.segmentId,
  this.tabId,
});