RoadInter constructor

const RoadInter({
  1. String? direction,
  2. String? distance,
  3. String? location,
  4. String? firstId,
  5. String? firstName,
  6. String? secondId,
  7. String? secondName,
})

Implementation

const RoadInter({
  this.direction,
  this.distance,
  this.location,
  this.firstId,
  this.firstName,
  this.secondId,
  this.secondName,
});