BriefRoadEvent constructor

const BriefRoadEvent({
  1. int id = 0,
  2. RoadEventType eventType = RoadEventType.other,
  3. required LaneEnumSet lanes,
})

Implementation

const BriefRoadEvent({
  this.id = 0,
  this.eventType = RoadEventType.other,
  required this.lanes
});