Lane constructor

Lane({
  1. List<DrivingSide>? indications,
  2. DrivingSide? validIndication,
  3. bool? valid,
  4. bool? active,
})

Implementation

Lane({this.indications, this.validIndication, this.valid, this.active});