Lane constructor
Lane({
- List<
DrivingSide> ? indications, - DrivingSide? validIndication,
- bool? valid,
- bool? active,
Implementation
Lane({this.indications, this.validIndication, this.valid, this.active});