RouteResponse

fun RouteResponse(    routes: ArrayList<Routes> = arrayListOf(),     waypoints: ArrayList<Waypoints> = arrayListOf(),     code: String? = null,     uuid: String? = null)