data class Edge
Data class for our Edge model.
<init>
Edge(label: String)
label
val label: String
inverse
fun inverse(): Edge