OsrmLaneIndication constructor

OsrmLaneIndication({
  1. bool? valid,
  2. String? indication,
})

Implementation

OsrmLaneIndication({
  this.valid,
  this.indication,
});