Location constructor

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

Implementation

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