OsrmLane constructor
OsrmLane({
- bool? valid,
- List<
OsrmLaneIndication> ? indications,
Implementation
OsrmLane({
this.valid,
this.indications,
});
OsrmLane({
this.valid,
this.indications,
});