BriefRoadEvent constructor
const
BriefRoadEvent({
- int id = 0,
- RoadEventType eventType = RoadEventType.other,
- required LaneEnumSet lanes,
Implementation
const BriefRoadEvent({
this.id = 0,
this.eventType = RoadEventType.other,
required this.lanes
});