OpendriveModel

constructor(    header: Header = Header(),     road: List<Road> = emptyList(),     controller: List<Controller> = emptyList(),     junction: List<Junction> = emptyList())