IntersectionLanes constructor

IntersectionLanes({
  1. bool? valid,
  2. List<String>? indications,
})

Implementation

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