OsrmLane constructor

OsrmLane({
  1. bool? valid,
  2. List<OsrmLaneIndication>? indications,
})

Implementation

OsrmLane({
  this.valid,
  this.indications,
});