NavigationIntersectionLane constructor

NavigationIntersectionLane({
  1. bool? valid,
  2. List<NavigationIndicationType>? indications,
})

Implementation

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