StreetSegment constructor

StreetSegment({
  1. String? toid,
  2. String? lineString,
  3. int? sourceSystemId,
  4. String? sourceSystemKey,
})

Implementation

StreetSegment({
  this.toid,
  this.lineString,
  this.sourceSystemId,
  this.sourceSystemKey,
});